diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/.cvsignore | 1 | ||||
-rw-r--r-- | po/Makefile | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/po/.cvsignore b/po/.cvsignore new file mode 100644 index 00000000..b93e3eec --- /dev/null +++ b/po/.cvsignore @@ -0,0 +1 @@ +.intltool-merge-cache
\ No newline at end of file diff --git a/po/Makefile b/po/Makefile index 5e1e1842..a51162e2 100644 --- a/po/Makefile +++ b/po/Makefile @@ -1,5 +1,5 @@ # Installation directories -localedir = ${prefix}/usr/share/locale +localedir = ${prefix}/share/locale LANGS = $(shell ls *.po | xargs -i basename {} .po ) PGOAL = drakwizard |