summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2015-02-18 19:21:10 +0000
committerJavier Jardón <jjardon@gnome.org>2015-02-26 12:08:06 +0000
commitc5240343053398d288cc500ff54379a3b0de5309 (patch)
tree1cf354e1e876815b9e556ef6aa29b5486841f767
parente83d0a9565a99d5f7885f7b28ce21cca57e343d3 (diff)
downloaddefinitions-c5240343053398d288cc500ff54379a3b0de5309.tar.gz
strata/core.morph: bison doesnt depend on bash
-rw-r--r--strata/core.morph1
-rw-r--r--strata/core/bison.morph2
2 files changed, 1 insertions, 2 deletions
diff --git a/strata/core.morph b/strata/core.morph
index a5ec5204..4a33d86d 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -212,7 +212,6 @@ chunks:
build-depends:
- autoconf-tarball
- automake
- - bash
- flex
- gettext-tarball
- git
diff --git a/strata/core/bison.morph b/strata/core/bison.morph
index 7c7fffd9..5f50fe89 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:
-- bash bootstrap --skip-po
+- ./bootstrap --skip-po