Put .mkshrc in the right place (functions, aliases)

This commit is contained in:
Ypnose 2014-09-05 17:27:45 +00:00
parent a59d9f16ec
commit 34581366ec
1 changed files with 2 additions and 2 deletions

View File

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