From 75197b876dbd156b254411868fdb267f4b36efa1 Mon Sep 17 00:00:00 2001 From: "Dmitrij D. Czarkoff" Date: Tue, 22 Nov 2016 11:45:36 +0100 Subject: [PATCH] oksh: add to sh alternatives group --- srcpkgs/oksh/template | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/srcpkgs/oksh/template b/srcpkgs/oksh/template index a44f8eecf1..5db7dc86f6 100644 --- a/srcpkgs/oksh/template +++ b/srcpkgs/oksh/template @@ -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 " @@ -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() {