summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-10-29 01:22:00 +0000
committerCarl Hetherington <cth@carlh.net>2015-10-29 01:22:00 +0000
commit43aad1d91d5d1b3ea5aab9764baa3518083f74bc (patch)
tree635b852293f16120b18a52f0592c7ea086f4b641 /cscript
parentabc43dfc25bfea76f9682a164a1f0e6de4ddf771 (diff)
More build fixes.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 7caef1c55..fbd147249 100644
--- a/cscript
+++ b/cscript
@@ -220,7 +220,7 @@ def make_spec(filename, version, target):
print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_batch.png' % r
print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_kdm.png' % r
print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2_server.png' % r
- for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU', 'pl_PL', 'da_DK']:
+ for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU', 'pl_PL', 'da_DK', 'pt_PT']:
print >>f,'%%{_datadir}/locale/%s/LC_MESSAGES/dcpomatic2.mo' % l
print >>f,'%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2-wx.mo' % l
print >>f,'%%{_datadir}/locale/%s/LC_MESSAGES/libdcpomatic2.mo' % l