mksh: replace vinstall by vlicense (for the maniac)

This commit is contained in:
Ypnose 2014-07-07 00:40:12 +02:00
parent 89b6aac74a
commit ba895ef136
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'mksh'
pkgname=mksh
version=R50
revision=2
revision=3
wrksrc=mksh
register_shell="/bin/mksh"
short_desc="The MirBSD Korn Shell"
@ -19,5 +19,5 @@ do_install() {
vbin mksh
vman mksh.1
vinstall dot.mkshrc 644 usr/share/doc/$pkgname/examples
vinstall ${FILESDIR}/TaC-mksh.txt 644 usr/share/licenses/$pkgname
vlicense ${FILESDIR}/TaC-mksh.txt
}