From afbb105f4ada241ae9f7777c19db683ffb15f4aa Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Fri, 12 Mar 2021 11:35:08 +0000 Subject: [PATCH] Omit deploy dir from package --- otherbuilds/deploy/source.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)