From 3d4ee90374202dcd02cdd2770831ecfff77091b7 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 28 Oct 2014 16:26:11 +0000 Subject: Add stage2-fake-bash before eglibc This change is to prepare the transition to glibc since the latter is going to need bash to build. --- strata/build-essential/stage2-fake-bash.morph | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 strata/build-essential/stage2-fake-bash.morph (limited to 'strata/build-essential/stage2-fake-bash.morph') diff --git a/strata/build-essential/stage2-fake-bash.morph b/strata/build-essential/stage2-fake-bash.morph new file mode 100644 index 00000000..021fd366 --- /dev/null +++ b/strata/build-essential/stage2-fake-bash.morph @@ -0,0 +1,4 @@ +name: stage2-fake-bash +kind: chunk +install-commands: +- printf '#!/bin/sh\nexec /bin/sh "$@"\n' | install -D /proc/self/fd/0 -m 755 "$DESTDIR$PREFIX/bin/bash" -- cgit v1.2.1