diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-04-15 23:28:30 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-04-15 23:28:30 +0100 |
| commit | 123c801b4da72b612c5935796bbd1826bf63887f (patch) | |
| tree | 855aa51aa6ae646d73881d118fd48b151eece200 | |
| parent | 769333bad657e72a0f5946561f422c4f35bb924e (diff) | |
Missing file from RPM.v2.13.146
| -rw-r--r-- | cscript | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -292,6 +292,7 @@ def make_spec(filename, version, target, options, requires=None): print('%{_datadir}/dcpomatic2/zoom_all.png', file=f) print('%{_datadir}/dcpomatic2/tick.png', file=f) print('%{_datadir}/dcpomatic2/no_tick.png', file=f) + print('%{_datadir}/dcpomatic2/me.jpg', file=f) print('%{_datadir}/dcpomatic2/LiberationSans-Regular.ttf', file=f) print('%{_datadir}/dcpomatic2/LiberationSans-Italic.ttf', file=f) print('%{_datadir}/dcpomatic2/LiberationSans-Bold.ttf', file=f) |
