diff options
| author | Carl Hetherington <cth@carlh.net> | 2021-05-11 22:35:22 +0200 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2021-05-12 00:11:37 +0200 |
| commit | b615895de5aa6421a983591d85aef7e135170b6d (patch) | |
| tree | 8f829e345b8b6106f9e60fe523cde39a417b790e /debian | |
| parent | 980336455724bbdb73f3fb3d521e36c71f9345e5 (diff) | |
Fix disk_writer perms in .deb files (#1994).
Diffstat (limited to 'debian')
| -rwxr-xr-x | debian/rules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/rules b/debian/rules index 9f39f6b00..2a2a53639 100755 --- a/debian/rules +++ b/debian/rules @@ -49,5 +49,5 @@ override_dh_shlibdeps: dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info override_dh_fixperms: - dh_fixperms --exclude usr/bin/dcpomatic2_uuid - dh_fixperms --exclude usr/bin/dcpomatic2_disk_writer + dh_fixperms + chmod 4755 debian/dcpomatic/usr/bin/dcpomatic2_disk_writer |
