mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 05:47:13 +02:00
main/lua-openrc: explicitly set arch for subpackages
abuild will automatically set arch=noarch to subpackages with -openrc suffix. This is wrong in this case because this is a lua module for openrc. We worka round this by explicitly set the arch.
This commit is contained in:
parent
18a48b9589
commit
f29d16d615
@ -13,7 +13,7 @@ makedepends="openrc-dev bsd-compat-headers"
|
|||||||
subpackages=""
|
subpackages=""
|
||||||
for _i in $_luaversions; do
|
for _i in $_luaversions; do
|
||||||
makedepends="$makedepends lua$_i-dev"
|
makedepends="$makedepends lua$_i-dev"
|
||||||
subpackages="$subpackages lua$_i-openrc:split_${_i/./_}"
|
subpackages="$subpackages lua$_i-openrc:split_${_i/./_}:$arch"
|
||||||
done
|
done
|
||||||
source="lua-openrc-$pkgver.tar.gz::https://github.com/ncopa/lua-openrc/archive/v$pkgver.tar.gz
|
source="lua-openrc-$pkgver.tar.gz::https://github.com/ncopa/lua-openrc/archive/v$pkgver.tar.gz
|
||||||
0001-build-fix-for-openrc-0.14.patch
|
0001-build-fix-for-openrc-0.14.patch
|
||||||
|
Loading…
Reference in New Issue
Block a user