mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
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
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) _subarch="x86";;
|
i686*) _subarch="x86";;
|
||||||
x86_64*) _subarch="x86_64";;
|
x86_64*) _subarch="x86_64";;
|
||||||
*) msg_error "${pkgname}-${version} cannot be built for ${XBPS_TARGET_MACHINE}.\n";;
|
|
||||||
esac
|
esac
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue