bash: support usrmerge with register_shell
This commit is contained in:
parent
0d9a8573e5
commit
8479ebcdfd
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ pkgname=bash
|
|||
_bash_distver=5.0
|
||||
_bash_patchlevel=007
|
||||
version="${_bash_distver}.${_bash_patchlevel}"
|
||||
revision=1
|
||||
revision=2
|
||||
wrksrc="${pkgname}-${_bash_distver}"
|
||||
build_style=gnu-configure
|
||||
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
|
||||
|
||||
conflicts="chroot-bash>=0"
|
||||
register_shell=/bin/bash
|
||||
register_shell="/usr/bin/bash /bin/bash"
|
||||
|
||||
alternatives="
|
||||
sh:sh:/usr/bin/bash
|
||||
|
|
Loading…
Reference in a new issue