X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;fp=wscript;h=5c729bd4326c0428471a3a7f7d0038c98524bf28;hb=e73bdba5ec83e63dd69bd506884095b78e5dde75;hp=cfc47d6cca22031a147f79ae1ff21600f166673c;hpb=5e74e417e8b3d4e9773d0fad97cf11a5c4eeeccf;p=dcpomatic.git diff --git a/wscript b/wscript index cfc47d6cc..5c729bd43 100644 --- a/wscript +++ b/wscript @@ -664,10 +664,6 @@ def create_version_cc(version, cxx_flags): def post(ctx): if ctx.cmd == 'install' and ctx.env.TARGET_LINUX: ctx.exec_command('/sbin/ldconfig') - # setuid root executable - exe = os.path.join(ctx.env['INSTALL_PREFIX'], 'bin/%s/dcpomatic2_disk_writer') - if os.path.exists(exe): - os.chmod(exe, 0o4755) def pot(bld): bld.recurse('src')