bash: create rbash link.
This commit is contained in:
parent
c3fd9486c1
commit
bb500c06f1
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,7 @@ pkgname=bash
|
|||
_bash_distver=4.3
|
||||
_bash_patchlevel=033
|
||||
version=${_bash_distver}.${_bash_patchlevel}
|
||||
revision=4
|
||||
revision=5
|
||||
wrksrc=${pkgname}-${_bash_distver}
|
||||
build_pie=yes
|
||||
build_style=gnu-configure
|
||||
|
@ -41,4 +41,5 @@ pre_configure() {
|
|||
}
|
||||
post_install() {
|
||||
rm -r ${DESTDIR}/usr/share/doc
|
||||
ln -s bash ${DESTDIR}/usr/bin/rbash
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue