From 6432fc4cd8a116a54b0a87ae7b56162fa9325867 Mon Sep 17 00:00:00 2001 From: David Sansome Date: Thu, 3 Jun 2010 17:33:39 +0000 Subject: [PATCH] Include the bin directory so we can still build --- dist/maketarball.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/maketarball.sh.in b/dist/maketarball.sh.in index cd3a62a43..dd8ce393d 100755 --- a/dist/maketarball.sh.in +++ b/dist/maketarball.sh.in @@ -11,7 +11,7 @@ echo "Creating $name-$version.tar.gz..." tar -czf $name-$version.tar.gz "$root" \ --transform "s,^$rootnoslash,$name-$version," \ --exclude-vcs \ - --exclude "$root/bin" \ + --exclude "$root/bin/*" \ --exclude "$root/debian" \ --exclude "$root/dist/*.tar.gz"