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

(-)bash-3.0-r9.ebuild (-1 / +6 lines)
Lines 115-121 Link Here
115
115
116
	dodir /bin
116
	dodir /bin
117
	mv "${D}"/usr/bin/bash "${D}"/bin/
117
	mv "${D}"/usr/bin/bash "${D}"/bin/
118
	dosym bash /bin/sh
118
	
119
	# Just do that link if gnu userland is used, as bsd userland has its
120
	# own /bin/sh.
121
	if [[ "${USERLAND}" == "gnu" ]]; then
122
		dosym bash /bin/sh
123
	fi
119
	dosym bash /bin/rbash
124
	dosym bash /bin/rbash
120
125
121
	insinto /etc
126
	insinto /etc

Return to bug 84777