summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Schmidt <thaytan@noraisin.net>2009-10-15 16:33:24 +0100
committerJan Schmidt <thaytan@noraisin.net>2009-11-04 15:59:49 +0000
commit9f62034c800fec4139f53d9ea0ad505b831f846c (patch)
treebe6af7b39a0c23dcfbf29e44085542fc553c17e8
parent8df3e5c22b26141671db0d547f95d9e63d3166c6 (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 a6bdc7fad..b8fd89c3c 100644
--- a/po/Makevars
+++ b/po/Makevars
@@ -42,5 +42,5 @@ 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