diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-06-25 00:47:25 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-06-25 00:47:25 +0100 |
| commit | 02347831e2b8bdc3f53c84988ab1bf46ad399b1e (patch) | |
| tree | bede9220e69b4835107f46c2ba7cc7b9ca064b7e | |
| parent | be6ef36430fdbb4299ab45ded46526483f03f590 (diff) | |
Missing file on RPM install.
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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']: |
