diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2003-03-27 15:10:59 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2003-03-27 15:10:59 +0000 |
commit | c9848d9d333d08557c83a778b010616ee3a933dd (patch) | |
tree | 364064735204e6077eea096453e846a0f1427139 /po/Makefile | |
parent | ca37ef68b33fd3bea8bb0cc51b0a2148609f8f04 (diff) | |
download | rpmdrake-c9848d9d333d08557c83a778b010616ee3a933dd.tar rpmdrake-c9848d9d333d08557c83a778b010616ee3a933dd.tar.gz rpmdrake-c9848d9d333d08557c83a778b010616ee3a933dd.tar.bz2 rpmdrake-c9848d9d333d08557c83a778b010616ee3a933dd.tar.xz rpmdrake-c9848d9d333d08557c83a778b010616ee3a933dd.zip |
fix encodings
Diffstat (limited to 'po/Makefile')
-rw-r--r-- | po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile index 0f9e5a5c..f650eec1 100644 --- a/po/Makefile +++ b/po/Makefile @@ -9,7 +9,7 @@ MOFILES = $(POFILES:%.po=%.mo) LANGS = $(POFILES:%.po=%) # because of different charsets or encodings.. :-( -IGNOREPOMS = cs.po +IGNOREPOMS = PREFIX = $(RPM_BUILD_ROOT)/usr DATADIR = $(PREFIX)/share |