From 3c58fb27b0deb4971a77e8aa5ba74d984b81ab7c Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Wed, 8 Sep 2010 22:11:55 +0200 Subject: [PATCH] setup: Use standard octal ints rather than harcoding. --- source4/setup/wscript_build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source4/setup/wscript_build b/source4/setup/wscript_build index 2d1e3ece52f..f337e6f5267 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') -- 2.34.1