diff --git a/sdk_container/src/third_party/coreos-overlay/app-shells/bash/bash-4.2_p20.ebuild b/sdk_container/src/third_party/coreos-overlay/app-shells/bash/bash-4.2_p20.ebuild index 745f351db9..e5850d77df 100644 --- a/sdk_container/src/third_party/coreos-overlay/app-shells/bash/bash-4.2_p20.ebuild +++ b/sdk_container/src/third_party/coreos-overlay/app-shells/bash/bash-4.2_p20.ebuild @@ -134,9 +134,9 @@ src_compile() { src_install() { emake install DESTDIR="${D}" || die - dodir /usr/bin + dodir /bin mv "${D}"/usr/bin/bash "${D}"/bin/ || die - dosym bash /usr/bin/rbash + dosym bash /bin/rbash insinto /usr/share/bash/defaults/ doins "${FILESDIR}"/{bashrc,bash_logout}