mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-11 21:28:19 +00:00
fix a typo in the repack script
This commit is contained in:
parent
ed3804ae4c
commit
178231c7ae
2
debian/orig-tar.sh
vendored
2
debian/orig-tar.sh
vendored
@ -86,7 +86,7 @@ checkout_sources() {
|
||||
if test -n "$BRANCH"; then
|
||||
svn co $URL $DEST
|
||||
else
|
||||
svn co -r $REVISION $URL $DIST
|
||||
svn co -r $REVISION $URL $DEST
|
||||
fi
|
||||
fi
|
||||
rm -rf ../$TARGET
|
||||
|
Loading…
Reference in New Issue
Block a user