diff options
author | Alexander Bokovoy <ab@samba.org> | 2012-05-24 15:24:12 +0300 |
---|---|---|
committer | Alexander Bokovoy <ab@samba.org> | 2012-05-24 16:21:26 +0200 |
commit | 838435ab30c03e5db7eb1e80f486528231dffdfc (patch) | |
tree | bef7f09a17e2465c25bdee0697b001c478a353a3 /source4/scripting/bin | |
parent | ca2b6259b7f0787eb372b56076e63413f530ec12 (diff) | |
download | samba-838435ab30c03e5db7eb1e80f486528231dffdfc.tar.gz samba-838435ab30c03e5db7eb1e80f486528231dffdfc.tar.bz2 samba-838435ab30c03e5db7eb1e80f486528231dffdfc.zip |
s4/scripting: in MIT build do not install samba-tool, it is not usable yet
Diffstat (limited to 'source4/scripting/bin')
-rw-r--r-- | source4/scripting/bin/wscript_build | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/scripting/bin/wscript_build b/source4/scripting/bin/wscript_build index 200562b126..e95fd03fc0 100644 --- a/source4/scripting/bin/wscript_build +++ b/source4/scripting/bin/wscript_build @@ -1,7 +1,5 @@ #!/usr/bin/env python if bld.CONFIG_SET('AD_DC_BUILD_IS_ENABLED'): - for script in ['samba_dnsupdate', 'samba_spnupdate', 'samba_kcc', 'upgradeprovision', 'samba_upgradedns']: + for script in ['samba-tool', 'samba_dnsupdate', 'samba_spnupdate', 'samba_kcc', 'upgradeprovision', 'samba_upgradedns']: bld.SAMBA_SCRIPT(script, pattern=script, installdir='.') - -bld.SAMBA_SCRIPT('samba-tool', pattern='samba-tool', installdir='.') |