Fix broken build with make dist tarballs
authorSimo Sorce <idra@samba.org>
Wed, 23 Feb 2011 20:09:48 +0000 (15:09 -0500)
committerSimo Sorce <idra@samba.org>
Wed, 23 Feb 2011 21:02:06 +0000 (22:02 +0100)
Autobuild-User: Simo Sorce <idra@samba.org>
Autobuild-Date: Wed Feb 23 22:02:06 CET 2011 on sn-devel-104

wscript [changed mode: 0644->0755]

diff --git a/wscript b/wscript
old mode 100644 (file)
new mode 100755 (executable)
index b2e6f2a..0dd8c90
--- a/wscript
+++ b/wscript
@@ -21,7 +21,7 @@ samba_dist.DIST_DIRS('.')
 #samba-4.0.0 branded tarball (until the merge is complete) and the
 #core elements of the autotools build system (which is known to
 #produce buggy binaries).
-samba_dist.DIST_BLACKLIST('README Manifest Read-Manifest-Now Roadmap source3/ ' +
+samba_dist.DIST_BLACKLIST('README Manifest Read-Manifest-Now Roadmap ' +
                           'packaging/ docs-xml/ examples/ swat/ WHATSNEW.txt MAINTAINERS ')
 # install in /usr/local/samba by default
 Options.default_prefix = '/usr/local/samba'