summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-11-03 09:06:44 +0000
committerCarl Hetherington <cth@carlh.net>2015-11-03 09:06:44 +0000
commit552044918268a8a89ec22e4ad4a5bd28a650b4b9 (patch)
treefd5aba5bc252ec6d1189ab26d1f697304a25f9cb /cscript
parent541524e99b9c81a7e51ebfc2c4e3a2e36f48fca6 (diff)
Fix RPM build.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 2 insertions, 0 deletions
diff --git a/cscript b/cscript
index 64b3ac2f8..390c59b85 100644
--- a/cscript
+++ b/cscript
@@ -214,6 +214,8 @@ def make_spec(filename, version, target):
print >>f,'%{_datadir}/applications/dcpomatic2_kdm.desktop'
print >>f,'%{_datadir}/dcpomatic2/dcpomatic2_server_small.png'
print >>f,'%{_datadir}/dcpomatic2/LiberationSans-Regular.ttf'
+ print >>f,'%{_datadir}/dcpomatic2/LiberationSans-Italic.ttf'
+ print >>f,'%{_datadir}/dcpomatic2/LiberationSans-Bold.ttf'
print >>f,'%{_datadir}/dcpomatic2/splash.png'
for r in ['128x128', '16x16', '22x22', '256x256', '32x32', '48x48', '512x512', '64x64']:
print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2.png' % r