summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/core.morph1
-rw-r--r--strata/core/bison.morph2
2 files changed, 2 insertions, 1 deletions
diff --git a/strata/core.morph b/strata/core.morph
index dce6b0ed..cae24f3f 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -199,6 +199,7 @@ chunks:
build-depends:
- autoconf-tarball
- automake
+ - bash
- flex
- gettext-tarball
- git
diff --git a/strata/core/bison.morph b/strata/core/bison.morph
index 5f50fe89..7c7fffd9 100644
--- a/strata/core/bison.morph
+++ b/strata/core/bison.morph
@@ -2,4 +2,4 @@ name: bison
kind: chunk
build-system: autotools
pre-configure-commands:
-- ./bootstrap --skip-po
+- bash bootstrap --skip-po