From 4fa9c3187df4c8bfb40d57d2fb3c107b9b20bf47 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 2 Apr 2010 00:13:26 +1100 Subject: s4-waf: updates for the new python installer from jelmer --- source4/scripting/python/wscript_build | 2 -- 1 file changed, 2 deletions(-) (limited to 'source4/scripting/python/wscript_build') diff --git a/source4/scripting/python/wscript_build b/source4/scripting/python/wscript_build index 0d0fabd54e..2a09869a21 100644 --- a/source4/scripting/python/wscript_build +++ b/source4/scripting/python/wscript_build @@ -39,6 +39,4 @@ bld.SAMBA_SCRIPT('samba_python', pattern='samba/**/*.py', installdir='python') -bld.BUILD_SUBDIR('samba_external') - bld.INSTALL_WILDCARD('${PYTHONDIR}', 'samba/**/*.py', flat=False) -- cgit