git-extras: fix bash-completion install location.

This commit is contained in:
Steve Prybylski 2016-01-26 17:37:29 -05:00
parent 2f4d37b10c
commit 60c7d53829
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'git-extras'
pkgname=git-extras
version=4.1.0
revision=1
revision=2
noarch=yes
build_style=gnu-makefile
depends="bash"
@ -13,7 +13,7 @@ distfiles="${homepage}/archive/${version}.tar.gz"
checksum=d4c028e2fe78abde8f3e640b70f431318fb28d82894dde22772efe8ba3563f85
pre_build() {
sed -i 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
sed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
}
post_install() {