Include the bin directory so we can still build

This commit is contained in:
David Sansome 2010-06-03 17:33:39 +00:00
parent 1478171d2a
commit 6432fc4cd8

View File

@ -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"