diff options
-rw-r--r-- | source4/setup/wscript_build | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/setup/wscript_build b/source4/setup/wscript_build index 2d1e3ece52..f337e6f526 100644 --- a/source4/setup/wscript_build +++ b/source4/setup/wscript_build @@ -3,8 +3,7 @@ bld.INSTALL_WILDCARD('${SETUPDIR}', 'ad-schema/*.txt') bld.INSTALL_WILDCARD('${SETUPDIR}', 'display-specifiers/*.txt') -O755 = 493 -bld.INSTALL_FILES('${SBINDIR}','provision', chmod=O755, python_fixup=True) +bld.INSTALL_FILES('${SBINDIR}', 'provision', chmod=0755, python_fixup=True) bld.INSTALL_FILES('${SETUPDIR}', 'dns_update_list') bld.INSTALL_FILES('${SETUPDIR}', 'spn_update_list') |