mksh: add ksh alternatives.

This commit is contained in:
Christian Neukirchen 2016-09-11 16:05:54 +02:00
parent 1ddc2affe9
commit f5c31163fb
1 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'mksh' # Template file for 'mksh'
pkgname=mksh pkgname=mksh
version=R53a version=R53a
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"
@ -13,7 +13,10 @@ checksum=3bb2453c8cb65abbda24f9bdd8b8371e30a6e1c2f7a0d5474a3efae438639635
alternatives=" alternatives="
sh:sh:/usr/bin/mksh sh:sh:/usr/bin/mksh
sh:sh.1:/usr/share/man/man1/mksh.1" sh:sh.1:/usr/share/man/man1/mksh.1
ksh:ksh:/usr/bin/mksh
ksh:ksh.1:/usr/share/man/man1/mksh.1
"
build_options="static" build_options="static"