mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
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/lib/perf
|
||||||
vmove usr/libexec/perf-core
|
vmove usr/libexec/perf-core
|
||||||
vmove usr/share/bash-completion/completions/perf
|
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
|
vmove usr/share/perf-core
|
||||||
fi
|
fi
|
||||||
vmove /usr/share/doc/perf-tip
|
vmove /usr/share/doc/perf-tip
|
||||||
|
|
Loading…
Add table
Reference in a new issue