--- /usr/portage/app-shells/bash/bash-3.0-r8.ebuild Thu Feb 10 02:53:24 2005 +++ /usr/portage/app-shells/bash/bash-3.0-r8.ebuild Thu Mar 10 19:35:04 2005 @@ -116,7 +116,9 @@ dodir /bin mv ${D}/usr/bin/bash ${D}/bin - dosym bash /bin/sh + if [ ! -e /bin/sh ]; then + dosym bash /bin/sh + fi dosym bash /bin/rbash use uclibc && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug*