chroot-bash: conflicts with dash too (just in case).

This commit is contained in:
Juan RP 2015-03-23 10:35:27 +01:00
parent 604dce67aa
commit 08d29ff269

View file

@ -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
}