Missing file on RPM install.
authorCarl Hetherington <cth@carlh.net>
Wed, 24 Jun 2015 23:47:25 +0000 (00:47 +0100)
committerCarl Hetherington <cth@carlh.net>
Wed, 24 Jun 2015 23:47:25 +0000 (00:47 +0100)
cscript

diff --git a/cscript b/cscript
index 17835912ba521f239b1848dbec01c895c5d07a95..4acc14f4fa3612b1377efebc8d1f79cd1df87eea 100644 (file)
--- a/cscript
+++ b/cscript
@@ -191,6 +191,7 @@ def make_spec(filename, version, target):
     print >>f,'%{_datadir}/applications/dcpomatic2_batch.desktop'
     print >>f,'%{_datadir}/applications/dcpomatic2_server.desktop'
     print >>f,'%{_datadir}/dcpomatic2/taskbar_icon.png'
+    print >>f,'%{_datadir}/dcpomatic2/LiberationSans-Regular.ttf'
     for r in ['128x128', '22x22', '32x32', '48x48', '64x64']:
         print >>f,'%%{_datadir}/icons/hicolor/%s/apps/dcpomatic2.png' % r
     for l in ['de_DE', 'es_ES', 'fr_FR', 'it_IT', 'sv_SE', 'nl_NL', 'ru_RU']: