From 9e52dc441e6709429194555350825ffcf341abf5 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Fri, 2 Apr 2010 12:20:23 +1100 Subject: s4-waf: fixed install location of external python libs this merges with jelmers recent changes in master --- lib/wscript_build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/wscript_build') diff --git a/lib/wscript_build b/lib/wscript_build index c47dfc01a8..7424c7f7ed 100644 --- a/lib/wscript_build +++ b/lib/wscript_build @@ -17,5 +17,5 @@ for module, package in external_libs.iteritems(): list.append(package) for e in list: - bld.INSTALL_WILDCARD('${PYTHONDIR}', e + '/**/*', flat=False, + bld.INSTALL_WILDCARD('${PYTHONDIR}/samba/external', e + '/**/*', flat=False, exclude='*.pyc', trim_path=os.path.dirname(e)) -- cgit