X-Git-Url: https://main.carlh.net/gitweb/?a=blobdiff_plain;f=wscript;h=5c729bd4326c0428471a3a7f7d0038c98524bf28;hb=48392f21e8a8410a86e879e78481fe4497b15a04;hp=cfc47d6cca22031a147f79ae1ff21600f166673c;hpb=1e380a75dd4e87f8f0474b4d0899708eba006480;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')