From 8479ebcdfda374d82413a9758a318ae69db9ffeb Mon Sep 17 00:00:00 2001 From: Cameron Nemo Date: Mon, 12 Aug 2019 20:51:50 -0700 Subject: [PATCH] bash: support usrmerge with register_shell --- srcpkgs/bash/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/bash/template b/srcpkgs/bash/template index c278c64c3be..47da3f2c562 100644 --- a/srcpkgs/bash/template +++ b/srcpkgs/bash/template @@ -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