1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-13 03:09:51 +03:00

testing/ghc-loongarch: fix validate when CBUILD != loongarch64-alpine-linux-musl

This commit is contained in:
Sertonix 2025-07-09 15:00:37 +00:00 committed by Celeste
parent a82af6da57
commit e4be22feaf

View file

@ -71,7 +71,7 @@ subpackages="$pkgname-cmds::noarch $pkgname-doc"
case "$_bootstrapver" in case "$_bootstrapver" in
9.12.2) 9.12.2)
# bindist available # bindist available
source="https://dev.alpinelinux.org/archive/ghc-loongarch/ghc-$_bootstrapver-$CBUILD.tar.xz" source="https://dev.alpinelinux.org/archive/ghc-loongarch/ghc-$_bootstrapver-loongarch64-alpine-linux-musl.tar.xz"
_bindist_bootstrap=true _bindist_bootstrap=true
_bindist_dir="$tmpdir/ghcbin-$_bootstrapver" _bindist_dir="$tmpdir/ghcbin-$_bootstrapver"
export PATH="$_bindist_dir/bin:$PATH" export PATH="$_bindist_dir/bin:$PATH"