mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 05:17:07 +02:00
community/lua-basexx: don't rely on install_if in checkdepends
This commit is contained in:
parent
300967f92d
commit
2677f4381a
@ -22,7 +22,7 @@ esac
|
||||
_luaversions="5.1 5.2 5.3"
|
||||
for _v in $_luaversions; do
|
||||
subpackages="$subpackages lua$_v-${pkgname#lua-}:_subpackage"
|
||||
checkdepends="$checkdepends lua$_v"
|
||||
checkdepends="$checkdepends lua$_v lua$_v-busted"
|
||||
done
|
||||
|
||||
check() {
|
||||
|
Loading…
Reference in New Issue
Block a user