mirror of
https://git.proxmox.com/git/llvm-toolchain
synced 2025-10-14 06:23:12 +00:00
also update the git version support
This commit is contained in:
parent
ef17048a5a
commit
db044a7980
2
debian/unpack.sh
vendored
2
debian/unpack.sh
vendored
@ -16,7 +16,7 @@ tar Jxf $LLVM_ARCHIVE
|
||||
cd llvm-toolchain-${ORIG_VERSION}_$MAJOR_VERSION~+$VERSION/
|
||||
|
||||
VER_FOUND=$(grep "PACKAGE_VERSION " libcxx/CMakeLists.txt|awk '{print $2}'|cut -d\) -f1)
|
||||
if test "${MAJOR_VERSION}.0.0" != "$VER_FOUND"; then
|
||||
if test "${MAJOR_VERSION}.0.0" != "$VER_FOUND" -a "${MAJOR_VERSION}.0.0git" != "$VER_FOUND"; then
|
||||
echo "Mismatch of version"
|
||||
echo "Expected $MAJOR_VERSION / Found $VER_FOUND"
|
||||
echo "Update unpack.sh"
|
||||
|
Loading…
Reference in New Issue
Block a user