From 4e01743dd04686b59e2f7ae5cd8804792de477af Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Sun, 1 Oct 2017 10:53:24 +0000 Subject: [PATCH] gcompat: fix syntax --- srcpkgs/gcompat/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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}