mksh: register 'sh' alternatives group.
This commit is contained in:
parent
8668e047f3
commit
0dfd5433d5
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'mksh'
|
||||
pkgname=mksh
|
||||
version=R51
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc=mksh
|
||||
build_pie=yes
|
||||
register_shell="/bin/mksh"
|
||||
|
@ -12,6 +12,10 @@ license="MirOS"
|
|||
distfiles="https://www.mirbsd.org/MirOS/dist/mir/${pkgname}/${pkgname}-${version}.tgz"
|
||||
checksum="9feeaa5ff33d8199c0123675dec29785943ffc67152d58d431802bc20765dadf"
|
||||
|
||||
alternatives="
|
||||
sh:sh:/usr/bin/mksh
|
||||
sh:sh.1:/usr/share/man/man1/mksh.1"
|
||||
|
||||
build_options="static"
|
||||
|
||||
do_build() {
|
||||
|
|
Loading…
Reference in a new issue