summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/core.morph4
-rw-r--r--strata/core/automake.morph2
2 files changed, 3 insertions, 3 deletions
diff --git a/strata/core.morph b/strata/core.morph
index 535f9d2c..4c6a23bf 100644
--- a/strata/core.morph
+++ b/strata/core.morph
@@ -77,8 +77,8 @@ chunks:
- name: automake
morph: strata/core/automake.morph
repo: upstream:automake
- ref: 5ac84ae6760252fc60b144a7b4deb41694f95fe7
- unpetrify-ref: baserock/morph
+ ref: ba4b42faff673e3e5265416dff09e59affc688fb
+ unpetrify-ref: v1.14.1
build-depends:
- autoconf
- perl
diff --git a/strata/core/automake.morph b/strata/core/automake.morph
index 616eeddf..282535d6 100644
--- a/strata/core/automake.morph
+++ b/strata/core/automake.morph
@@ -2,7 +2,7 @@ name: automake
kind: chunk
build-system: autotools
configure-commands:
-- ./bootstrap
+- ./bootstrap.sh
- ./configure --prefix="$PREFIX"
build-commands:
- unset DESTDIR; make