From 63af5468a58436121a3b3cc658e9dd672238d8cf Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 23 Feb 2011 15:09:48 -0500 Subject: Fix broken build with make dist tarballs Autobuild-User: Simo Sorce Autobuild-Date: Wed Feb 23 22:02:06 CET 2011 on sn-devel-104 --- wscript | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 wscript diff --git a/wscript b/wscript old mode 100644 new mode 100755 index b2e6f2a4efb..0dd8c90524c --- 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' -- cgit