Evangelos Foutras pushed to branch main at Arch Linux / Packaging / Packages / 
compiler-rt


Commits:
2c163d78 by Evangelos Foutras at 2023-08-18T22:14:55+03:00
upgpkg: 16.0.6-2: fix installation path

Last path component is now the major version (and not the full version.)

- - - - -


1 changed file:

- PKGBUILD


Changes:

=====================================
PKGBUILD
=====================================
@@ -3,7 +3,7 @@
 
 pkgname=compiler-rt
 pkgver=16.0.6
-pkgrel=1
+pkgrel=2
 pkgdesc="Compiler runtime libraries for clang"
 arch=('x86_64')
 url="https://compiler-rt.llvm.org/";
@@ -37,7 +37,7 @@ build() {
     -DCMAKE_BUILD_TYPE=Release
     -DCMAKE_INSTALL_PREFIX=/usr
     -DCMAKE_SKIP_RPATH=ON
-    -DCOMPILER_RT_INSTALL_PATH=/usr/lib/clang/$pkgver
+    -DCOMPILER_RT_INSTALL_PATH=/usr/lib/clang/${pkgver%%.*}
   )
   cmake .. "${cmake_args[@]}"
   ninja



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt/-/commit/2c163d78737cb16dddf871c555c2886d6db58435

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/compiler-rt/-/commit/2c163d78737cb16dddf871c555c2886d6db58435
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to