uftrace: move bash completion to /usr/share.
This commit is contained in:
parent
a4152124fb
commit
acb59d9f4a
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'uftrace'
|
||||
pkgname=uftrace
|
||||
version=0.9.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="pandoc pkg-config"
|
||||
makedepends="elfutils-devel ncurses-devel"
|
||||
|
@ -22,3 +22,8 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
arm*) export ARCH=arm;;
|
||||
aarch64*) export ARCH=aarch64;;
|
||||
esac
|
||||
|
||||
post_install() {
|
||||
vmkdir usr/share/bash-completion
|
||||
mv $DESTDIR/etc/bash_completion.d $DESTDIR/usr/share/bash-completion/completions
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue