linux-tools: fix i686-musl
This commit is contained in:
parent
f2c5495e13
commit
2a0100e47f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue