diff options
author | Guillaume Cottenceau <gc@mandriva.com> | 2002-08-28 08:41:14 +0000 |
---|---|---|
committer | Guillaume Cottenceau <gc@mandriva.com> | 2002-08-28 08:41:14 +0000 |
commit | e8137a246b83bd9e71fbf64da0ece9aab6163571 (patch) | |
tree | fd7654ceca811960c976b3ac6ab26fd715486317 /po/Makefile | |
parent | 646d09fda02f21d9f06cb0ef8ff18e27d833c0fd (diff) | |
download | rpmdrake-e8137a246b83bd9e71fbf64da0ece9aab6163571.tar rpmdrake-e8137a246b83bd9e71fbf64da0ece9aab6163571.tar.gz rpmdrake-e8137a246b83bd9e71fbf64da0ece9aab6163571.tar.bz2 rpmdrake-e8137a246b83bd9e71fbf64da0ece9aab6163571.tar.xz rpmdrake-e8137a246b83bd9e71fbf64da0ece9aab6163571.zip |
pom file needs not to be appended, but overwrited
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 4bbd6c95..5af6c3f4 100644 --- a/po/Makefile +++ b/po/Makefile @@ -32,7 +32,7 @@ merge: $(PGOAL).pot echo "Merging $$n"; \ msgmerge "$$n" $< > "$$n"t; \ mv -f "$$n"t "$$n"; \ - ./get_from_compssusers.pl "$$n" >> "$$n"m; \ + ./get_from_compssusers.pl "$$n" > "$$n"m; \ done $(PGOAL).pot: $(PL_CFILES) $(CFILES) |