summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2014-11-13 17:15:02 +0000
committerJavier Jardón <jjardon@gnome.org>2014-11-13 18:03:52 +0000
commit0e2de61790167723110aecaf5faef98da8db87b4 (patch)
treeb81a174c831fa58bbe8942a2f8a75f2a180f2896
parentc88fab247a5a67c87196222ff0c74a7310394683 (diff)
downloaddefinitions-baserock/jjardon/git.tar.gz
core: Update to latest git (v2.1.3)baserock/jjardon/git
-rw-r--r--strata/core.morph4
-rw-r--r--strata/core/git.morph7
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