summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-11-04 13:55:39 +0000
committerJan Schmidt <thaytan@noraisin.net>2009-11-04 13:56:00 +0000
commit777d74390a9c3e46473b60979d0018ba9d4a144d (patch)
tree345aa479b06841f011dbc7c063712f8ba88edf83
parent2349f09e6aeec865e3e49ca21127afe80d8f29b4 (diff)
po: Don't create backup .po files
As well as preventing creation of useless backup files, it works around a bug in gettext 0.17 on OS/X
-rw-r--r--po/Makevars2
1 files changed, 1 insertions, 1 deletions
diff --git a/po/Makevars b/po/Makevars
index 27049c1f..10ed9f6c 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -42,6 +42,6 @@ EXTRA_LOCALE_CATEGORIES =
# Avoid line numbers in *.po, but keep them in *.pot.
MSGMERGE = msgmerge --no-location
-MSGMERGE_UPDATE = msgmerge --no-location --update
+MSGMERGE_UPDATE = msgmerge --no-location --update --backup=off
MSGFILTER = msgfilter --no-location