summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-bash.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/build-essential/stage2-bash.morph')
-rw-r--r--strata/build-essential/stage2-bash.morph6
1 files changed, 1 insertions, 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"