From 0e2de61790167723110aecaf5faef98da8db87b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 13 Nov 2014 17:15:02 +0000 Subject: core: Update to latest git (v2.1.3) --- strata/core.morph | 4 ++-- strata/core/git.morph | 7 ++++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/strata/core.morph b/strata/core.morph index 6f66adbc..e6ca9663 100644 --- a/strata/core.morph +++ b/strata/core.morph @@ -205,8 +205,8 @@ chunks: - name: git morph: strata/core/git.morph repo: upstream:git - ref: 43efcf42382e87de4aa423e5e1607958ad1717d0 - unpetrify-ref: baserock/morph + ref: 49c3e926349e964b311b46251bb2b97d3d669855 + unpetrify-ref: v2.1.3 build-depends: - autoconf - cpython diff --git a/strata/core/git.morph b/strata/core/git.morph index 62932b0d..765f4a5c 100644 --- a/strata/core/git.morph +++ b/strata/core/git.morph @@ -1,6 +1,7 @@ name: git kind: chunk +build-system: autotools +pre-configure-commands: +- make configure build-commands: -- make prefix=${PREFIX-/usr} all PYTHON_PATH=${PREFIX-/usr}/bin/python NO_TCLTK=YesPlease -install-commands: -- make prefix=${PREFIX-/usr} install +- make all -- cgit v1.2.1