From d73b84188db1559f501b74ad9811d19a2a780f66 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 21 Oct 2014 16:19:39 +0000 Subject: use fake bash instead of the real one --- strata/build-essential/stage2-bash.morph | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/strata/build-essential/stage2-bash.morph b/strata/build-essential/stage2-bash.morph index 70fbdab0..c7996072 100644 --- a/strata/build-essential/stage2-bash.morph +++ b/strata/build-essential/stage2-bash.morph @@ -1,8 +1,4 @@ name: stage2-bash kind: chunk -configure-commands: -- ./configure --prefix="$PREFIX" --bindir="$PREFIX"/bin --without-bash-malloc -build-commands: -- make install-commands: -- make DESTDIR="$DESTDIR" install +- printf '#!/bin/sh\nexec /bin/sh "$@"\n' | install -D /proc/self/fd/0 -m 755 "$DESTDIR$PREFIX/bin/bash" -- cgit v1.2.1