Missing dcpomatic2_map on RPM builds. v2.16.56
authorCarl Hetherington <cth@carlh.net>
Sun, 14 May 2023 10:35:11 +0000 (12:35 +0200)
committerCarl Hetherington <cth@carlh.net>
Sun, 14 May 2023 10:35:11 +0000 (12:35 +0200)
cscript

diff --git a/cscript b/cscript
index 60c4a512850b17994aa7526415c0f6ad70cb30d0..58f5be90e6528fddaa58cab04cc3127e0d257f38 100644 (file)
--- a/cscript
+++ b/cscript
@@ -377,6 +377,7 @@ def make_spec(filename, version, target, options, requires=None):
     print('%{_bindir}/dcpomatic2_combiner', file=f)
     print('%{_bindir}/dcpomatic2_verify', file=f)
     print('%{_bindir}/dcpomatic2_kdm_inspect', file=f)
     print('%{_bindir}/dcpomatic2_combiner', file=f)
     print('%{_bindir}/dcpomatic2_verify', file=f)
     print('%{_bindir}/dcpomatic2_kdm_inspect', file=f)
+    print('%{_bindir}/dcpomatic2_map', file=f)
     if can_build_disk(target):
         print('%{_bindir}/dcpomatic2_disk', file=f)
         print('%caps(cap_dac_override=ep) %{_bindir}/dcpomatic2_disk_writer', file=f)
     if can_build_disk(target):
         print('%{_bindir}/dcpomatic2_disk', file=f)
         print('%caps(cap_dac_override=ep) %{_bindir}/dcpomatic2_disk_writer', file=f)