diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-29 01:22:00 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-29 01:22:00 +0000 |
| commit | 43aad1d91d5d1b3ea5aab9764baa3518083f74bc (patch) | |
| tree | 635b852293f16120b18a52f0592c7ea086f4b641 /cscript | |
| parent | abc43dfc25bfea76f9682a164a1f0e6de4ddf771 (diff) | |
More build fixes.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
