summaryrefslogtreecommitdiff
path: root/source4/setup/wscript_build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2010-03-27 15:12:56 +1100
committerAndrew Tridgell <tridge@samba.org>2010-04-06 20:27:10 +1000
commitbd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3 (patch)
treea011a71b11906a72ba25360544814a9ce8f59a58 /source4/setup/wscript_build
parent85a11c4fb7ee39294298657f0e88c23e9a37da98 (diff)
downloadsamba-bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3.tar.gz
samba-bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3.tar.bz2
samba-bd7bf0e1a91b6e6c78a52a458d3959ef84f4d3e3.zip
s4-waf: install the rest of our python files
Diffstat (limited to 'source4/setup/wscript_build')
-rw-r--r--source4/setup/wscript_build8
1 files changed, 0 insertions, 8 deletions
diff --git a/source4/setup/wscript_build b/source4/setup/wscript_build
index 1ad5edc6d9..06ce1cccd4 100644
--- a/source4/setup/wscript_build
+++ b/source4/setup/wscript_build
@@ -10,11 +10,3 @@ for p in '''schema-map-* DB_CONFIG *.inf *.ldif *.reg *.zone *.conf *.php *.txt
provision.smb.conf.standalone'''.split():
bld.INSTALL_WILDCARD('${SETUPDIR}', p)
-# echo "Installing external python libraries"
-# mkdir -p $PYTHONDIR/samba_external || exit 1
-# for p in $($PYTHON scripting/python/samba_external/missing.py);
-# do
-# echo "Installing missing python library $p"
-# mkdir -p $PYTHONDIR/samba_external/$p
-# cp -r scripting/python/samba_external/$p/* $PYTHONDIR/samba_external/$p/ || exit 1
-# done