An old change from hrw in the BugLabs repo I forgot to bring over earlier.
grep -q "bin/bash" $D${sysconfdir}/shells || echo /bin/bash >> $D${sysconfdir}/shells
grep -q "bin/sh" $D${sysconfdir}/shells || echo /bin/sh >> $D${sysconfdir}/shells
}
+
+PACKAGES += "bash-sh"
+RDEPENDS_bash-sh = "bash"
+
+ALLOW_EMPTY_bash-sh = "1"
+
+pkg_postinst_bash-sh() {
+ cd $D/bin && ln -sf bash sh
+}
+
+pkg_postrm_bash-sh() {
+ ln -sf /bin/busybox /bin/sh
+}
require bash.inc
-PR = "r13"
+PR = "r14"
SRC_URI += "\
file://bash-3.0-fixes.patch \
require bash.inc
-PR = "r11"
+PR = "r12"
SRC_URI += "\
file://builtins.patch \