git-extras: fix bash-completion install location.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
# Template file for 'git-extras'
|
# Template file for 'git-extras'
|
||||||
pkgname=git-extras
|
pkgname=git-extras
|
||||||
version=4.1.0
|
version=4.1.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="bash"
|
depends="bash"
|
||||||
@@ -13,7 +13,7 @@ distfiles="${homepage}/archive/${version}.tar.gz"
|
|||||||
checksum=d4c028e2fe78abde8f3e640b70f431318fb28d82894dde22772efe8ba3563f85
|
checksum=d4c028e2fe78abde8f3e640b70f431318fb28d82894dde22772efe8ba3563f85
|
||||||
|
|
||||||
pre_build() {
|
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() {
|
post_install() {
|
||||||
|
|||||||
Reference in New Issue
Block a user