mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-23 12:15:11 +02:00
chez-scheme: use broken= instead of msg_error
This commit is contained in:
parent
6975750f2d
commit
8106d9de55
1 changed files with 2 additions and 2 deletions
|
@ -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() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue