diff options
-rw-r--r-- | debian/changelog | 2 | ||||
-rwxr-xr-x | scripts/create_xml | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 12e29daa2..add4545f2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,8 @@ installation-guide (2016XXXX) UNRELEASED; urgency=medium notice. * Fix URL for debian-installer git repository. Thanks to Richard Owlett for the hint. + * Fix build when starting creating xml files with a non-translated po file, + e.g. gpl.xml. Closes: #850232 [ Karsten Merker ] * Update sunxi platform support status (armhf). 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.$$" \ ; |