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.morph5
1 files changed, 4 insertions, 1 deletions
diff --git a/strata/core/bash.morph b/strata/core/bash.morph
index 9639593b..4972d69e 100644
--- a/strata/core/bash.morph
+++ b/strata/core/bash.morph
@@ -1,7 +1,10 @@
name: bash
kind: chunk
configure-commands:
-- ./configure --prefix=/usr --bindir=/bin --without-bash-malloc --with-installed-readline
+- |
+ ./configure --prefix=/usr \
+ --without-bash-malloc \
+ --with-installed-readline
build-commands:
- make
install-commands: