bootiso: remove unnecessary broken.

This commit is contained in:
Érico Rolim 2020-10-10 01:15:57 -03:00 committed by Érico Nogueira Rolim
parent 96433227b5
commit 8b6d7a7d8d

View file

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