diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-12-23 23:18:07 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-12-23 23:18:07 +0000 |
| commit | 39d2b12b7186a5fe195b4f42ae476eda5ca101f2 (patch) | |
| tree | cd5badfc4c5ee138ae7f75e0204368992069a44a /wscript | |
| parent | c19a3e0b6fdd8b129caf7c56336215ba5df282ec (diff) | |
Try to fix setuid call.
Diffstat (limited to 'wscript')
| -rw-r--r-- | wscript | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -621,7 +621,7 @@ def create_version_cc(version, cxx_flags): def post(ctx): if ctx.cmd == 'install' and ctx.env.TARGET_LINUX: ctx.exec_command('/sbin/ldconfig') - os.chmod(os.path.join(ctx.env.PREFIX, 'bin/dcpomatic2_uuid'), 0o4755) + os.chmod(os.path.join(ctx.options.prefix, 'bin/dcpomatic2_uuid'), 0o4755) def pot(bld): bld.recurse('src') |
