diff options
author | Samuel Thibault <sthibault@debian.org> | 2017-01-07 23:50:39 +0000 |
---|---|---|
committer | Samuel Thibault <sthibault@debian.org> | 2017-01-07 23:50:39 +0000 |
commit | d7e1a1889f771cb8f9fbca3914080037db34adca (patch) | |
tree | 79a6dc917e5b54dc54dd9c0ebb68f4a680af09bb /scripts | |
parent | f55645a95a72ba063c0feecec8948de353bd21a9 (diff) | |
download | installation-guide-d7e1a1889f771cb8f9fbca3914080037db34adca.zip |
Fix build when starting creating xml files with a non-translated po file,
e.g. gpl.xml. Closes: #850232
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/create_xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/create_xml b/scripts/create_xml index a9bd007b0..3364254a9 100755 --- a/scripts/create_xml +++ b/scripts/create_xml @@ -62,6 +62,7 @@ for ORIGXML in `find $SOURCEDIR -name "*.xml"` ; do msgattrib \ --translated \ --no-fuzzy \ + --force-po \ --output-file="/tmp/tmp.po2.$$" \ "/tmp/tmp.po.$$" \ ; |