mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-03 19:32:57 +02:00
bootiso: broken on non-i686|x86_64 arches
This commit is contained in:
parent
36fa77421f
commit
42d75adadc
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
distfiles="https://github.com/jsamr/bootiso/archive/v${version}.tar.gz"
|
||||||
checksum=50d3d4ce855db8b3328e4f7bbe677de2531a341276cc2b546e5fefc9f593a9f9
|
checksum=50d3d4ce855db8b3328e4f7bbe677de2531a341276cc2b546e5fefc9f593a9f9
|
||||||
|
|
||||||
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
|
i686*|x86_64*) ;;
|
||||||
|
*) broken="requires syslinux which is not available on $XBPS_TARGET_MACHINE" ;;
|
||||||
|
esac
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin bootiso
|
vbin bootiso
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue