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