Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 84777 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/app-shells/bash/bash-3.0-r8.ebuild (-1 / +3 lines)
Lines 116-122 Link Here
116
116
117
	dodir /bin
117
	dodir /bin
118
	mv ${D}/usr/bin/bash ${D}/bin
118
	mv ${D}/usr/bin/bash ${D}/bin
119
	dosym bash /bin/sh
119
	if [ ! -e /bin/sh ]; then
120
		dosym bash /bin/sh
121
	fi
120
	dosym bash /bin/rbash
122
	dosym bash /bin/rbash
121
123
122
	use uclibc && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug*
124
	use uclibc && rm -f ${D}/usr/bin/bashbug ${D}/usr/share/man*/bashbug*

Return to bug 84777