mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 09:22:57 +02:00
oksh: add to sh alternatives group
This commit is contained in:
parent
38bb046d18
commit
75197b876d
1 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'oksh'
|
# Template file for 'oksh'
|
||||||
pkgname=oksh
|
pkgname=oksh
|
||||||
version=0.5.9
|
version=0.5.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
short_desc="OpenBSD's version of ksh ported to Linux"
|
short_desc="OpenBSD's version of ksh ported to Linux"
|
||||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||||
|
@ -14,6 +14,8 @@ register_shell="/bin/oksh"
|
||||||
alternatives="
|
alternatives="
|
||||||
ksh:ksh:/usr/bin/oksh
|
ksh:ksh:/usr/bin/oksh
|
||||||
ksh:ksh.1:/usr/share/man/man1/oksh.1
|
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() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue