summaryrefslogtreecommitdiff
path: root/strata/core/bash.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/bash.morph')
-rw-r--r--strata/core/bash.morph8
1 files changed, 8 insertions, 0 deletions
diff --git a/strata/core/bash.morph b/strata/core/bash.morph
new file mode 100644
index 00000000..9639593b
--- /dev/null
+++ b/strata/core/bash.morph
@@ -0,0 +1,8 @@
+name: bash
+kind: chunk
+configure-commands:
+- ./configure --prefix=/usr --bindir=/bin --without-bash-malloc --with-installed-readline
+build-commands:
+- make
+install-commands:
+- make DESTDIR="$DESTDIR" install