dash: register 'sh' alternatives group.
This commit is contained in:
parent
b9b9670d14
commit
ff114bbd0d
1 changed files with 4 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'dash'
|
||||
pkgname=dash
|
||||
version=0.5.8
|
||||
revision=4
|
||||
revision=5
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="bison"
|
||||
|
@ -13,7 +13,6 @@ license="BSD"
|
|||
distfiles="http://gondor.apana.org.au/~herbert/dash/files/$pkgname-$version.tar.gz"
|
||||
checksum=c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f
|
||||
|
||||
post_install() {
|
||||
ln -s dash ${DESTDIR}/usr/bin/sh
|
||||
ln -s dash.1 ${DESTDIR}/usr/share/man/man1/sh.1
|
||||
}
|
||||
alternatives="
|
||||
sh:/usr/bin/sh:/usr/bin/dash
|
||||
sh:/usr/share/man/man1/sh.1:/usr/share/man/man1/dash.1"
|
||||
|
|
Loading…
Reference in a new issue