diff --git a/srcpkgs/chroot-bash/template b/srcpkgs/chroot-bash/template index 670a93fef2c..662be3d97e3 100644 --- a/srcpkgs/chroot-bash/template +++ b/srcpkgs/chroot-bash/template @@ -3,7 +3,7 @@ pkgname=chroot-bash _bash_distver=4.3 _bash_patchlevel=033 version=${_bash_distver}.${_bash_patchlevel} -revision=1 +revision=2 wrksrc="bash-${_bash_distver}" build_style=gnu-configure configure_args="--without-bash-malloc --without-curses --without-installed-readline --disable-nls" @@ -17,7 +17,7 @@ checksum=afc687a28e0e24dc21b988fa159ff9dbcf6b7caa92ade8645cc6d5605cd024d4 broken_as_needed=yes bootstrap=yes provides="bash-${version}_${revision}" -conflicts="bash>=0" +conflicts="bash>=0 dash>=0" pre_configure() { local url="http://ftp.gnu.org/gnu/bash/bash-${_bash_distver}-patches" @@ -39,6 +39,6 @@ pre_configure() { done } post_install() { - ln -s /bin/bash ${DESTDIR}/usr/bin/sh + ln -s bash ${DESTDIR}/usr/bin/sh rm -rf ${DESTDIR}/usr/share }