netbsd-wtf: fix acronyms file path
This commit is contained in:
parent
880b2b9097
commit
3d73a52449
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'netbsd-wtf'
|
||||
pkgname=netbsd-wtf
|
||||
version=20180621
|
||||
revision=1
|
||||
revision=2
|
||||
_commit=b1e5be48e340146f63b174cc14fef892a783168b
|
||||
noarch=yes
|
||||
build_style=gnu-makefile
|
||||
|
@ -13,6 +13,7 @@ distfiles="https://github.com/void-linux/netbsd-wtf/archive/$_commit.tar.gz"
|
|||
checksum=5da7c6c286673baa8cc0ce2840c16895eef3e884e038a6cb7dedabdd15753de7
|
||||
|
||||
wrksrc="$pkgname-$_commit"
|
||||
make_build_args="PREFIX=/usr"
|
||||
|
||||
post_install() {
|
||||
mv ${DESTDIR}/usr/bin/{wtf,$pkgname}
|
||||
|
|
Loading…
Reference in a new issue