From bee01d05363174b8b30c6c38f42d8121038f1983 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 18 Sep 2021 21:49:54 +0200 Subject: [PATCH] don't compress build-llvm --- debian/orig-tar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 2a360afa..15314873 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -172,7 +172,7 @@ FILENAME="${BASE}.orig.tar.xz" cp -R llvm-toolchain-integration-test-suite llvm-project/integration-test-suite echo "Compressing to $FILENAME" -tar Jcf $CURRENT_PATH/"$FILENAME" --exclude .git --transform="s|llvm-project|$BASE|" -C $EXPORT_PATH llvm-project +tar Jcf $CURRENT_PATH/"$FILENAME" --exclude .git --exclude build-llvm --transform="s|llvm-project|$BASE|" -C $EXPORT_PATH llvm-project rm -rf llvm-project/integration-test-suite export DEBFULLNAME="Sylvestre Ledru"