diff options
author | Stefan Metzmacher <metze@samba.org> | 2012-09-10 15:15:41 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2012-09-12 07:07:27 +0200 |
commit | a0baaf2064f5abbca0b29d5d3cb538e78091e332 (patch) | |
tree | 3a118e0ba28b04dc2279fa06eeba03d73097eddd /source4/setup/wscript_build | |
parent | e8375ddf2d29b12cfe84ceec7195de957d0a743c (diff) | |
download | samba-a0baaf2064f5abbca0b29d5d3cb538e78091e332.tar.gz samba-a0baaf2064f5abbca0b29d5d3cb538e78091e332.tar.bz2 samba-a0baaf2064f5abbca0b29d5d3cb538e78091e332.zip |
s4:setup: remove standalone 'provision'
metze
Diffstat (limited to 'source4/setup/wscript_build')
-rw-r--r-- | source4/setup/wscript_build | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source4/setup/wscript_build b/source4/setup/wscript_build index 2513f28af7..cb83e3e246 100644 --- a/source4/setup/wscript_build +++ b/source4/setup/wscript_build @@ -1,14 +1,8 @@ #!/usr/bin/env python -from samba_utils import MODE_755 - bld.INSTALL_WILDCARD('${SETUPDIR}', 'ad-schema/*.txt') bld.INSTALL_WILDCARD('${SETUPDIR}', 'display-specifiers/*.txt') -bld.INSTALL_FILES('${SBINDIR}', 'provision', chmod=MODE_755, python_fixup=True) - -bld.SAMBA_SCRIPT('provision', pattern='provision', installdir='.') - bld.INSTALL_FILES('${SETUPDIR}', 'dns_update_list') bld.INSTALL_FILES('${SETUPDIR}', 'spn_update_list') |