diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index de57e7c9cca..8cc8466ee4a 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -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 }