Skip to content
Snippets Groups Projects
Commit 5a7780b7 authored by Sertonix's avatar Sertonix Committed by Natanael Copa
Browse files

main/llvm15: use relative symlink

parent 0978f31d
No related branches found
No related tags found
1 merge request!73196main/llvm15: use relative symlink
Pipeline #264027 skipped
......@@ -10,7 +10,7 @@ _pkgname=llvm
pkgver=15.0.7
_majorver=${pkgver%%.*}
pkgname=$_pkgname$_majorver
pkgrel=13
pkgrel=14
pkgdesc="Low Level Virtual Machine compiler system, version $_majorver"
arch="all !loongarch64"
url="https://llvm.org/"
......@@ -293,7 +293,7 @@ _test_utils() {
usr/lib/$pkgname/bin/not
mv "$subpkgdir"/usr/bin/lit "$subpkgdir"/$_prefix/bin/lit
ln -s /$_prefix/bin/lit "$subpkgdir"/$_prefix/bin/llvm-lit
ln -s lit "$subpkgdir"/$_prefix/bin/llvm-lit
if [ "$_default_llvm" = yes ]; then
amove usr/bin/count usr/bin/not
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment