mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-16 21:31:06 +00:00
fix the unpack
This commit is contained in:
parent
fab4541680
commit
8a4a1b68fd
2
debian/unpack.sh
vendored
2
debian/unpack.sh
vendored
@ -1,7 +1,7 @@
|
|||||||
set -e
|
set -e
|
||||||
ORIG_VERSION=9
|
ORIG_VERSION=9
|
||||||
MAJOR_VERSION=9 # 8.0.1
|
MAJOR_VERSION=9 # 8.0.1
|
||||||
SVN_REV=`ls -1 *snapshot_$MAJOR_VERSION*svn*bz2 | tail -1|perl -ne 'print "$1\n" if /svn(\d+)/;' | sort -ru`
|
SVN_REV=`ls -1 *9_$MAJOR_VERSION*svn*bz2 | tail -1|perl -ne 'print "$1\n" if /svn(\d+)/;' | sort -ru`
|
||||||
#SVN_REV=347285
|
#SVN_REV=347285
|
||||||
VERSION=svn$SVN_REV
|
VERSION=svn$SVN_REV
|
||||||
#VERSION=+rc3
|
#VERSION=+rc3
|
||||||
|
Loading…
Reference in New Issue
Block a user