summaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/po/Makefile b/po/Makefile
index 26e4596a..5f594bde 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -1,5 +1,5 @@
# Installation directories
-localedir = $(prefix)/usr/share/locale
+localedir = $(PREFIX)/usr/share/locale
LANGS = $(shell ls *.po | xargs -i basename {} .po )
PGOAL = urpmi
@@ -25,7 +25,7 @@ clean:
./create_placeholder
xgettext --default-domain=`basename $@ .pot` --directory=.. \
--add-comments --keyword=__ --keyword=_ --keyword=N_ \
- --keyword=I_ --keyword=i18n
+ --keyword=I_ --keyword=i18n \
--files-from=./POTFILES.in && \
mv `basename $@ .pot`.po $@