dash: alias manpage for sh.
This commit is contained in:
parent
16f7d5415c
commit
9011699164
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'dash'
|
# Template file for 'dash'
|
||||||
pkgname=dash
|
pkgname=dash
|
||||||
version=0.5.8
|
version=0.5.8
|
||||||
revision=3
|
revision=4
|
||||||
build_pie=yes
|
build_pie=yes
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="bison"
|
hostmakedepends="bison"
|
||||||
|
@ -15,4 +15,5 @@ checksum=c6db3a237747b02d20382a761397563d813b306c020ae28ce25a1c3915fac60f
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
ln -s dash ${DESTDIR}/usr/bin/sh
|
ln -s dash ${DESTDIR}/usr/bin/sh
|
||||||
|
ln -s dash.1 ${DESTDIR}/usr/share/man/man1/sh.1
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue