bash: support usrmerge with register_shell

This commit is contained in:
Cameron Nemo 2019-08-12 20:51:50 -07:00 committed by Enno Boland
parent 0d9a8573e5
commit 8479ebcdfd

View file

@ -3,7 +3,7 @@ pkgname=bash
_bash_distver=5.0 _bash_distver=5.0
_bash_patchlevel=007 _bash_patchlevel=007
version="${_bash_distver}.${_bash_patchlevel}" version="${_bash_distver}.${_bash_patchlevel}"
revision=1 revision=2
wrksrc="${pkgname}-${_bash_distver}" wrksrc="${pkgname}-${_bash_distver}"
build_style=gnu-configure build_style=gnu-configure
configure_args="--without-bash-malloc --with-curses --without-installed-readline" configure_args="--without-bash-malloc --with-curses --without-installed-readline"
@ -19,7 +19,7 @@ make_dirs="/etc/bash/bashrc.d 755 root root"
checksum=b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d checksum=b4a80f2ac66170b2913efbfb9f2594f1f76c7b1afd11f799e22035d63077fb4d
conflicts="chroot-bash>=0" conflicts="chroot-bash>=0"
register_shell=/bin/bash register_shell="/usr/bin/bash /bin/bash"
alternatives=" alternatives="
sh:sh:/usr/bin/bash sh:sh:/usr/bin/bash