mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-04 20:06:43 +02:00
community/lua-mpack: don't rely on install_if in checkdepends
This commit is contained in:
parent
2677f4381a
commit
29f08fcd48
@ -21,6 +21,7 @@ _luaversions="5.1 5.2 5.3"
|
||||
for _v in $_luaversions; do
|
||||
makedepends="$makedepends lua$_v-dev"
|
||||
subpackages="$subpackages lua$_v-${pkgname#lua-}:_subpackage"
|
||||
checkdepends="$checkdepends lua$_v-busted"
|
||||
done
|
||||
|
||||
prepare() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user