vmtouch: fix man path

This commit is contained in:
Duncaen 2015-12-01 21:09:04 +01:00
parent a4ae770240
commit 6faa6bdf29
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'vmtouch'
pkgname=vmtouch
version=1.0.1
revision=1
revision=2
wrksrc="${pkgname}-${pkgname}-${version}"
maintainer="Dominik Honnef <dominik@honnef.co>"
license="BSD"
@ -16,7 +16,7 @@ do_build() {
}
do_install() {
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share install
make PREFIX=${DESTDIR}/usr MANDIR=${DESTDIR}/usr/share/man install
# for xlint: vlicense
vmkdir usr/share/licenses/vmtouch
sed -n '/^*/,/^*/p' vmtouch.c > ${DESTDIR}/usr/share/licenses/vmtouch/LICENSE