diff options
Diffstat (limited to 'perl-install/share/po/Makefile')
-rw-r--r-- | perl-install/share/po/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/share/po/Makefile b/perl-install/share/po/Makefile index 9f3f08d30..331b4f16b 100644 --- a/perl-install/share/po/Makefile +++ b/perl-install/share/po/Makefile @@ -13,7 +13,7 @@ $(FROMPOFILES): %.pm: %.po $(POFILES): empty.po cp -f $@ $@t - msgmerge $@t $< > $@ + msgmerge $< $@t > $@ rm $@t empty.po: $(PMSFILES) |