mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-12 11:27:43 +00:00
improve the tar call
This commit is contained in:
parent
e50b72bf9b
commit
c2dc7c6dbe
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -143,7 +143,7 @@ cd ../
|
|||||||
BASE="llvm-toolchain-${MAJOR_VERSION}_${VERSION}"
|
BASE="llvm-toolchain-${MAJOR_VERSION}_${VERSION}"
|
||||||
FILENAME="${BASE}.orig.tar.xz"
|
FILENAME="${BASE}.orig.tar.xz"
|
||||||
echo "Compressing to $FILENAME"
|
echo "Compressing to $FILENAME"
|
||||||
tar Jcf $CURRENT_PATH/"$FILENAME" --exclude .git --transform="s/llvm-project/$BASE/" $EXPORT_PATH/llvm-project
|
tar Jcf $CURRENT_PATH/"$FILENAME" --exclude .git --transform="s|llvm-project|$BASE|" -C $EXPORT_PATH llvm-project
|
||||||
|
|
||||||
export DEBFULLNAME="Sylvestre Ledru"
|
export DEBFULLNAME="Sylvestre Ledru"
|
||||||
export DEBEMAIL="sylvestre@debian.org"
|
export DEBEMAIL="sylvestre@debian.org"
|
||||||
|
Loading…
Reference in New Issue
Block a user