From: Carl Hetherington Date: Sun, 14 May 2023 10:35:11 +0000 (+0200) Subject: Missing dcpomatic2_map on RPM builds. X-Git-Tag: v2.16.56 X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=commitdiff_plain;h=239ed9ad61b2bad2e1f0073bf234ffa95fcda9d5 Missing dcpomatic2_map on RPM builds. --- diff --git a/cscript b/cscript index 60c4a5128..58f5be90e 100644 --- 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_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)