aboutsummaryrefslogtreecommitdiffstats
path: root/po/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'po/Makefile')
-rw-r--r--po/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makefile b/po/Makefile
index 4ed83d07..0f9e5a5c 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -32,7 +32,7 @@ merge: $(PGOAL).pot
$(PGOAL).pot: $(PL_FILES)
INTLTOOL_EXTRACT=./intltool-extract ./intltool-update --gettext-package desktopstuff --pot
perl_checker -q --generate-pot rpmdrake_tmp.pot $(PL_FILES)
- msgcat rpmdrake_tmp.pot desktopstuff.pot > $@
+ msgcat --use-first rpmdrake_tmp.pot desktopstuff.pot > $@
rm -f desktopstuff.pot rpmdrake_tmp.pot
install: