From 2a0100e47f9ee7baf6ee0f0f7c4f9a9fe6003d33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Tue, 2 Feb 2021 14:02:53 +0100 Subject: [PATCH] linux-tools: fix i686-musl --- srcpkgs/linux-tools/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/linux-tools/template b/srcpkgs/linux-tools/template index 9514eafc31f..8c46de1e1ea 100644 --- a/srcpkgs/linux-tools/template +++ b/srcpkgs/linux-tools/template @@ -192,7 +192,7 @@ perf_package() { vmove usr/lib/perf vmove usr/libexec/perf-core vmove usr/share/bash-completion/completions/perf - if ! [ "$XBPS_TARGET_MACHINE" = i686 ]; then + if ! [ "${XBPS_TARGET_MACHINE/-musl/}" = i686 ]; then vmove usr/share/perf-core fi vmove /usr/share/doc/perf-tip