diff --git a/srcpkgs/gcompat/template b/srcpkgs/gcompat/template index ea224dd4648..2046bd9124c 100644 --- a/srcpkgs/gcompat/template +++ b/srcpkgs/gcompat/template @@ -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}