diff --git a/otherbuilds/deploy/source.sh b/otherbuilds/deploy/source.sh index c2ccf48..0278fed 100755 --- a/otherbuilds/deploy/source.sh +++ b/otherbuilds/deploy/source.sh @@ -39,7 +39,7 @@ echo echo "Going ahead..." mkdir -p packages output="packages/rubberband-$version.tar.bz2" -hg archive "$output" +hg archive --exclude otherbuilds/deploy "$output" echo "Checking that the package compiles..." tmpdir=$(mktemp -d)