diff options
| author | cah <cah@ableton.com> | 2021-09-11 12:37:20 +0200 |
|---|---|---|
| committer | cah <cah@ableton.com> | 2021-09-11 12:37:20 +0200 |
| commit | c0144ab56c241962a36a2c9073acda8ca8522e88 (patch) | |
| tree | b76cf567651aadaeb80249673d3832e70c0eb5d8 | |
| parent | 62a86168ae9608e4bcccf040b8ae6a92293ed486 (diff) | |
fix setpermsdeb-cli-only
| -rw-r--r-- | cscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -613,7 +613,7 @@ def package_windows(target): def package_debian(target, cpu, version, options): make_control(target.version, target.bits, 'debian/control', target.debug, options['gui']) - if target.version != '9' and target.version != '16.04': + if target.version != '9' and target.version != '16.04' and options['gui']: with open('debian/postinst', 'w') as f: print('#!/bin/sh', file=f) # Get the required capability to write to disks |
