summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-15 22:03:25 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-02-15 22:03:25 +0000
commitec45040fbeff52c1b6b8869a141b8570bfc666ca (patch)
treeaf59c18f13a2252a145d8c2b7e5b6927617a0b74
parent360cc71a03b6f982f68a68518ccbb116236822f2 (diff)
downloaddefinitions-ec45040fbeff52c1b6b8869a141b8570bfc666ca.tar.gz
usrmerge bash
-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: