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