mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-08-04 01:26:58 +00:00
prepare upload
This commit is contained in:
parent
f55a459007
commit
396bbc8eff
2
debian/unpack.sh
vendored
2
debian/unpack.sh
vendored
@ -1,6 +1,6 @@
|
||||
set -e
|
||||
ORIG_VERSION=12
|
||||
MAJOR_VERSION=12 # 8.0.1
|
||||
MAJOR_VERSION=12.0.0 # 8.0.1
|
||||
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
|
||||
|
||||
VERSION=$REV
|
||||
|
Loading…
Reference in New Issue
Block a user