From f9f7c647a617f47ecfd667c15d1f9cfeab518fac Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 5 Jun 2014 13:10:28 +0000 Subject: automake.morph: s/bootstrap/bootstrap.sh/ --- automake.morph | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automake.morph b/automake.morph index 2a32306fe..56e5414fc 100644 --- a/automake.morph +++ b/automake.morph @@ -3,7 +3,7 @@ "kind": "chunk", "build-system": "autotools", "configure-commands": [ - "./bootstrap", + "./bootstrap.sh", "./configure --prefix=\"$PREFIX\"" ], "build-commands": [ -- cgit v1.2.1