Skip to content
Snippets Groups Projects
Commit 8ef36c5d authored by not choc's avatar not choc Committed by J0WI
Browse files

testing/odin: fix odin-vendor install path

parent e49eaa39
No related branches found
No related tags found
1 merge request!79511testing/odin: fix odin-vendor install path
Pipeline #297194 skipped
...@@ -4,7 +4,7 @@ pkgname=odin ...@@ -4,7 +4,7 @@ pkgname=odin
_pkgname=Odin _pkgname=Odin
pkgver=0.2025.01 pkgver=0.2025.01
_realver=dev-2025-01 _realver=dev-2025-01
pkgrel=0 pkgrel=1
_llvmver=19 _llvmver=19
pkgdesc="Fast, concise, readable, pragmatic and open sourced programming language" pkgdesc="Fast, concise, readable, pragmatic and open sourced programming language"
url="https://odin-lang.org/" url="https://odin-lang.org/"
...@@ -83,7 +83,7 @@ vendor() { ...@@ -83,7 +83,7 @@ vendor() {
pkgdesc="Vendor collection for Odin programming language" pkgdesc="Vendor collection for Odin programming language"
mkdir -p "$subpkgdir"/usr/lib/odin/vendor mkdir -p "$subpkgdir"/usr/lib/odin/vendor
cp -r "$builddir"/vendor "$subpkgdir"/usr/lib/odin/vendor cp -r "$builddir"/vendor/* "$subpkgdir"/usr/lib/odin/vendor
} }
sha512sums=" sha512sums="
......
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