chez-scheme: use broken= instead of msg_error
This commit is contained in:
@@ -20,13 +20,13 @@ case "$XBPS_MACHINE" in
|
|||||||
i686*) _host=ti3le;;
|
i686*) _host=ti3le;;
|
||||||
x86_64*) _host=ta6le;;
|
x86_64*) _host=ta6le;;
|
||||||
arm*) _host=arm32le;; # no threading makefile
|
arm*) _host=arm32le;; # no threading makefile
|
||||||
*) msg_error "$pkgname: unsupported host platform.\n";;
|
*) broken="unsupported host platform";;
|
||||||
esac
|
esac
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
i686*) _target=ti3le;;
|
i686*) _target=ti3le;;
|
||||||
x86_64*) _target=ta6le;;
|
x86_64*) _target=ta6le;;
|
||||||
arm*) _target=arm32le;;
|
arm*) _target=arm32le;;
|
||||||
*) msg_error "$pkgname: unsupported target platform.\n";;
|
*) broken="unsupported target platform";;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
|
|||||||
Reference in New Issue
Block a user