diff --git a/srcpkgs/bootiso/template b/srcpkgs/bootiso/template index a30de34b99e..4c443dae027 100644 --- a/srcpkgs/bootiso/template +++ b/srcpkgs/bootiso/template @@ -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 }