linux-tools: fix i686-musl

This commit is contained in:
Jürgen Buchmüller 2021-02-02 14:02:53 +01:00
parent f2c5495e13
commit 2a0100e47f

View file

@ -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