From f29d16d615a3982dc316f715c186aead663d6216 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Wed, 16 May 2018 08:39:37 +0000 Subject: [PATCH] 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. --- main/lua-openrc/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/lua-openrc/APKBUILD b/main/lua-openrc/APKBUILD index 7e73de96e4d..e1a6047815c 100644 --- a/main/lua-openrc/APKBUILD +++ b/main/lua-openrc/APKBUILD @@ -13,7 +13,7 @@ makedepends="openrc-dev bsd-compat-headers" subpackages="" for _i in $_luaversions; do makedepends="$makedepends lua$_i-dev" - subpackages="$subpackages lua$_i-openrc:split_${_i/./_}" + subpackages="$subpackages lua$_i-openrc:split_${_i/./_}:$arch" done 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