scons: pass --backup=none --previous -U to msgmerge
This commit is contained in:
parent
44a84e7b01
commit
8bff4829e6
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def generate(env):
|
|||
|
||||
env["MSGMERGE"] = WhereIs("msgmerge")
|
||||
msgmerge = Builder(
|
||||
action = "$MSGMERGE $TARGET $SOURCE -o $TARGET",
|
||||
action = "$MSGMERGE --backup=none --previous -U $TARGET $SOURCE",
|
||||
src_suffix = ".pot",
|
||||
suffix = ".po",
|
||||
single_source = True
|
||||
|
|
Loading…
Add table
Reference in a new issue