bootiso: broken on non-i686|x86_64 arches

This commit is contained in:
maxice8 2019-01-30 14:47:45 -02:00
parent 36fa77421f
commit 42d75adadc
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 5 additions and 0 deletions

View File

@ -14,6 +14,11 @@ changelog="https://github.com/jsamr/bootiso/raw/master/changelog.md"
distfiles="https://github.com/jsamr/bootiso/archive/v${version}.tar.gz"
checksum=50d3d4ce855db8b3328e4f7bbe677de2531a341276cc2b546e5fefc9f593a9f9
case "$XBPS_TARGET_MACHINE" in
i686*|x86_64*) ;;
*) broken="requires syslinux which is not available on $XBPS_TARGET_MACHINE" ;;
esac
do_install() {
vbin bootiso
}