From e655a3ae27fc5fd68ad3ab5b4afc050eebf82481 Mon Sep 17 00:00:00 2001 From: Alex Polvi Date: Fri, 31 Jan 2014 16:25:31 -0800 Subject: [PATCH] do not mess around with /usr/bin/bash --- .../coreos-overlay/app-shells/bash/bash-4.2_p20-r1.ebuild | 1 + .../coreos-overlay/app-shells/bash/bash-4.2_p20.ebuild | 1 + 2 files changed, 2 insertions(+) create mode 120000 sdk_container/src/third_party/coreos-overlay/app-shells/bash/bash-4.2_p20-r1.ebuild diff --git a/sdk_container/src/third_party/coreos-overlay/app-shells/bash/bash-4.2_p20-r1.ebuild b/sdk_container/src/third_party/coreos-overlay/app-shells/bash/bash-4.2_p20-r1.ebuild new file mode 120000 index 0000000000..644d7a5604 --- /dev/null +++ b/sdk_container/src/third_party/coreos-overlay/app-shells/bash/bash-4.2_p20-r1.ebuild @@ -0,0 +1 @@ +bash-4.2_p20.ebuild \ No newline at end of file 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 93666e71fa..745f351db9 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 @@ -135,6 +135,7 @@ src_install() { emake install DESTDIR="${D}" || die dodir /usr/bin + mv "${D}"/usr/bin/bash "${D}"/bin/ || die dosym bash /usr/bin/rbash insinto /usr/share/bash/defaults/