git-extras: remove noarch, stop breaking masterdir
This commit is contained in:
parent
2a9f5bf675
commit
7e743b9894
1 changed files with 5 additions and 5 deletions
|
@ -1,10 +1,8 @@
|
|||
# Template file for 'git-extras'
|
||||
pkgname=git-extras
|
||||
version=6.0.0
|
||||
revision=1
|
||||
archs=noarch
|
||||
revision=2
|
||||
build_style=gnu-makefile
|
||||
hostmakedepends="util-linux"
|
||||
depends="bash git"
|
||||
short_desc="Little git extras"
|
||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
||||
|
@ -13,8 +11,10 @@ homepage="https://github.com/tj/git-extras"
|
|||
distfiles="https://github.com/tj/git-extras/archive/${version}.tar.gz"
|
||||
checksum=a823c12e4bf74e2f07ee80e597500e5f5120dcd8fa345e67e2c03544fd706ffe
|
||||
|
||||
pre_build() {
|
||||
sed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
|
||||
post_patch() {
|
||||
vsed -i 's|$(SYSCONFDIR)/bash_completion.d|/usr/share/bash-completion/completions|' Makefile
|
||||
rm -f check_dependencies.sh
|
||||
ln -s /bin/true check_dependencies.sh
|
||||
}
|
||||
|
||||
post_install() {
|
||||
|
|
Loading…
Reference in a new issue