setup: Use standard octal ints rather than harcoding.
authorJelmer Vernooij <jelmer@samba.org>
Wed, 8 Sep 2010 20:11:55 +0000 (22:11 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Wed, 8 Sep 2010 20:11:55 +0000 (22:11 +0200)
source4/setup/wscript_build

index 2d1e3ece52f20149d25249fbbac9bca38320c8f0..f337e6f5267a5875f6fb2d3903c51eb126c6a4ad 100644 (file)
@@ -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')