diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 52fc189e..5e1e1842 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 = drakwizard |