mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 04:12:57 +02:00
git-extras: fix bash-completion dest.
This commit is contained in:
parent
5a5993e93b
commit
8896de2f22
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'git-extras'
|
# Template file for 'git-extras'
|
||||||
pkgname=git-extras
|
pkgname=git-extras
|
||||||
version=2.2.0
|
version=2.2.0
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
depends="bash"
|
depends="bash"
|
||||||
|
@ -12,6 +12,10 @@ homepage="https://github.com/tj/git-extras"
|
||||||
distfiles="${homepage}/archive/${version}.tar.gz"
|
distfiles="${homepage}/archive/${version}.tar.gz"
|
||||||
checksum=6a933114d276761a078e653a961566d9517a6a4eaadacb62e655d39481548f63
|
checksum=6a933114d276761a078e653a961566d9517a6a4eaadacb62e655d39481548f63
|
||||||
|
|
||||||
|
pre_build() {
|
||||||
|
sed -i 's|/etc/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
|
||||||
|
}
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue