mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
netbsd-wtf: resolve file conflicts with wmutils-core.
This commit is contained in:
parent
6f3b97d884
commit
beea0e0875
1 changed files with 5 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'netbsd-wtf'
|
# Template file for 'netbsd-wtf'
|
||||||
pkgname=netbsd-wtf
|
pkgname=netbsd-wtf
|
||||||
version=20140221
|
version=20150223
|
||||||
revision=1
|
revision=1
|
||||||
noarch=yes
|
noarch=yes
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
|
@ -18,3 +18,7 @@ do_fetch() {
|
||||||
msg_normal " Fetching source from $url ...\n"
|
msg_normal " Fetching source from $url ...\n"
|
||||||
git clone ${url} ${pkgname}-${version}
|
git clone ${url} ${pkgname}-${version}
|
||||||
}
|
}
|
||||||
|
post_install() {
|
||||||
|
mv ${DESTDIR}/usr/bin/{wtf,$pkgname}
|
||||||
|
mv ${DESTDIR}/usr/share/man/man6/{wtf,$pkgname}.6
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue