From c5240343053398d288cc500ff54379a3b0de5309 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Wed, 18 Feb 2015 19:21:10 +0000 Subject: strata/core.morph: bison doesnt depend on bash --- strata/core.morph | 1 - strata/core/bison.morph | 2 +- 2 files changed, 1 insertion(+), 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 -- cgit v1.2.1