We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 945d173 commit 76fd86dCopy full SHA for 76fd86d
1 file changed
srcpkgs/uftrace/template
@@ -26,6 +26,11 @@ case "$XBPS_TARGET_MACHINE" in
26
riscv64*) export ARCH=riscv64;;
27
esac
28
29
+post_extract() {
30
+ # https://github.com/namhyung/uftrace/commit/ea53a7f42c1c5da688ef79e53731dcc3810a1256
31
+ mv arch/i386/common.S arch/i386/thunk.S
32
+}
33
+
34
post_install() {
35
vmkdir usr/share/bash-completion
36
mv $DESTDIR/etc/bash_completion.d $DESTDIR/usr/share/bash-completion/completions
0 commit comments