mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
uftrace: fix i686.
This commit is contained in:
parent
945d173618
commit
76fd86d74b
1 changed files with 5 additions and 0 deletions
|
@ -26,6 +26,11 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
riscv64*) export ARCH=riscv64;;
|
||||
esac
|
||||
|
||||
post_extract() {
|
||||
# https://github.com/namhyung/uftrace/commit/ea53a7f42c1c5da688ef79e53731dcc3810a1256
|
||||
mv arch/i386/common.S arch/i386/thunk.S
|
||||
}
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/bash-completion
|
||||
mv $DESTDIR/etc/bash_completion.d $DESTDIR/usr/share/bash-completion/completions
|
||||
|
|
Loading…
Add table
Reference in a new issue