bash-completion: resolve conflict with pacman
This commit is contained in:
parent
001f80859e
commit
297696c88d
1 changed files with 6 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'bash-completion'
|
# Template file for 'bash-completion'
|
||||||
pkgname=bash-completion
|
pkgname=bash-completion
|
||||||
version=2.11
|
version=2.11
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_args="profiledir=/etc/bash/bashrc.d"
|
make_install_args="profiledir=/etc/bash/bashrc.d"
|
||||||
depends="bash"
|
depends="bash"
|
||||||
|
@ -60,3 +60,8 @@ pre_check() {
|
||||||
done
|
done
|
||||||
export PYTEST_ADDOPTS
|
export PYTEST_ADDOPTS
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
# for slackware's that we don't have, conflicts with pacman's
|
||||||
|
rm ${DESTDIR}/usr/share/bash-completion/completions/makepkg
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue