From 6975750f2db1d955be7325c66a79fd3784a1614c Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 27 Nov 2017 14:46:26 +0000 Subject: [PATCH] odroid-c2-uboot: use broken= instead of msg_error --- srcpkgs/odroid-c2-uboot/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/odroid-c2-uboot/template b/srcpkgs/odroid-c2-uboot/template index 94870947baa..6fa75c91284 100644 --- a/srcpkgs/odroid-c2-uboot/template +++ b/srcpkgs/odroid-c2-uboot/template @@ -16,7 +16,7 @@ checksum=da7ca9e6abdfedaa65ac4e0bd378155002bf5d0ccea663ddf03fa839dceb3724 case "$XBPS_MACHINE" in x86_64) ;; - *) msg_error "Can only be built from x86_64: https://github.com/hardkernel/u-boot/issues/23\n" ;; + *) broken="Can only be built from x86_64: https://github.com/hardkernel/u-boot/issues/23" ;; esac make_build_args="ARCH=arm"