]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commitdiff
unbreak make update-po
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 10 May 2010 18:24:01 +0000 (20:24 +0200)
committerChristoph Hellwig <hch@lst.de>
Mon, 17 May 2010 12:31:25 +0000 (14:31 +0200)
Unbreak make update-po. Was causing:
"/bin/sh: ../po/pl.po: cannot execute - Permission denied"

Signed-off-by: Arkadiusz Miśkiewicz <arekm@maven.pl>
Signed-off-by: Christoph Hellwig <hch@lst.de>
include/buildrules

index beb469b69445d32081e309c3426cbbc02ccca3f1..77d4c1a4a8ac53e1da818c6c65b5a8a36796ece4 100644 (file)
@@ -66,7 +66,7 @@ $(POTHEAD): $(XGETTEXTFILES)
 
 # Update translations
 update-po: $(POTHEAD) $(wildcard $(TOPDIR)/po/*.po)
-       catalogs=$(wildcard $(TOPDIR)/po/*.po); \
+       catalogs="$(wildcard $(TOPDIR)/po/*.po)"; \
        for cat in $$catalogs; do \
          lang=`basename $$cat .po`; \
          mv $$lang.po $$lang.old.po; \