bash-completion: resolve conflict with pacman
This commit is contained in:
@@ -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
|
||||||
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user