Put .mkshrc in the right place (functions, aliases)
This commit is contained in:
parent
a59d9f16ec
commit
34581366ec
@ -1,7 +1,7 @@
|
|||||||
# Template file for 'mksh'
|
# Template file for 'mksh'
|
||||||
pkgname=mksh
|
pkgname=mksh
|
||||||
version=R50b
|
version=R50b
|
||||||
revision=1
|
revision=2
|
||||||
wrksrc=mksh
|
wrksrc=mksh
|
||||||
register_shell="/bin/mksh"
|
register_shell="/bin/mksh"
|
||||||
short_desc="The MirBSD Korn Shell"
|
short_desc="The MirBSD Korn Shell"
|
||||||
@ -18,6 +18,6 @@ do_build() {
|
|||||||
do_install() {
|
do_install() {
|
||||||
vbin mksh
|
vbin mksh
|
||||||
vman mksh.1
|
vman mksh.1
|
||||||
vinstall dot.mkshrc 644 usr/share/doc/$pkgname/examples
|
vinstall dot.mkshrc 644 etc/skel .mkshrc
|
||||||
vlicense ${FILESDIR}/TaC-mksh.txt
|
vlicense ${FILESDIR}/TaC-mksh.txt
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user