mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-06-14 21:10:25 +00:00
fix the version
This commit is contained in:
parent
38d3fddeb9
commit
0c10ea95e7
2
debian/unpack.sh
vendored
2
debian/unpack.sh
vendored
@ -1,5 +1,5 @@
|
||||
set -e
|
||||
ORIG_VERSION=snapshot
|
||||
ORIG_VERSION=13
|
||||
MAJOR_VERSION=13 # 8.0.1
|
||||
REV=`ls -1 *${ORIG_VERSION}_${MAJOR_VERSION}*~+*xz | tail -1|perl -ne 'print "$1\n" if /~\+(.*)\.orig/;' | sort -ru`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user