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-24 18:37:38 +0000
commit275fb71147398a55b32148a401ca5eac07fdd3fd (patch)
tree92bdb10c8de5bf73a42902861e9a75eea01ce2cc
parent5b1f51200d54b570a23af75446dc1cae88d7ca20 (diff)
downloaddefinitions-275fb71147398a55b32148a401ca5eac07fdd3fd.tar.gz
bash: Usrmerge
-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: