kernel-uml: let only_for_archs error out
This commit is contained in:
parent
b4e3e7c29b
commit
807f7e7f3e
1 changed files with 0 additions and 1 deletions
|
@ -16,7 +16,6 @@ only_for_archs="i686 x86_64"
|
|||
case "$XBPS_TARGET_MACHINE" in
|
||||
i686*) _subarch="x86";;
|
||||
x86_64*) _subarch="x86_64";;
|
||||
*) msg_error "${pkgname}-${version} cannot be built for ${XBPS_TARGET_MACHINE}.\n";;
|
||||
esac
|
||||
|
||||
do_configure() {
|
||||
|
|
Loading…
Reference in a new issue