oksh: add to sh alternatives group
This commit is contained in:
parent
38bb046d18
commit
75197b876d
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'oksh'
|
||||
pkgname=oksh
|
||||
version=0.5.9
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=gnu-configure
|
||||
short_desc="OpenBSD's version of ksh ported to Linux"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
|
@ -14,6 +14,8 @@ register_shell="/bin/oksh"
|
|||
alternatives="
|
||||
ksh:ksh:/usr/bin/oksh
|
||||
ksh:ksh.1:/usr/share/man/man1/oksh.1
|
||||
sh:sh:/usr/bin/oksh
|
||||
sh:sh.1:/usr/share/man/man1/oksh.1
|
||||
"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue