gcompat: fix syntax

This commit is contained in:
Michael Gehring 2017-10-01 10:53:24 +00:00
parent 678687ca05
commit 4e01743dd0

View file

@ -29,8 +29,8 @@ case "${XBPS_TARGET_MACHINE}" in
mipsel-musl) _glibc="ld.so.1" _musl="ld-musl-mipsel-sf.so.1";;
mipselhf-musl) _glibc="ld.so.1" _musl="ld-musl-mipsel.so.1";;
x86_64-musl) _glibc="ld-linux-x86-64.so.2" _musl="ld-musl-x86_64.so.1";;
*-musl) broken="Template does not yet recognize this arch, please fix"
*) broken="Only for musl libc"
*-musl) broken="Template does not yet recognize this arch, please fix";;
*) broken="Only for musl libc";;
esac
make_build_args="LINKER_PATH=/usr/lib/${_musl} LOADER_NAME=${_glibc}