From c7fd06b6411fb04eb4d9acd7f8822a288a50dc17 Mon Sep 17 00:00:00 2001 From: Jonathan Maw Date: Mon, 30 Sep 2013 10:59:06 +0000 Subject: Convert JSON to YAML --- git.morph | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/git.morph b/git.morph index 56eec2b817..62932b0de7 100644 --- a/git.morph +++ b/git.morph @@ -1,10 +1,6 @@ -{ - "name": "git", - "kind": "chunk", - "build-commands": [ - "make prefix=\"${PREFIX-/usr}\" all PYTHON_PATH=\"${PREFIX-/usr}\"/bin/python NO_TCLTK=YesPlease" - ], - "install-commands": [ - "make prefix=\"${PREFIX-/usr}\" install" - ] -} +name: git +kind: chunk +build-commands: +- make prefix=${PREFIX-/usr} all PYTHON_PATH=${PREFIX-/usr}/bin/python NO_TCLTK=YesPlease +install-commands: +- make prefix=${PREFIX-/usr} install -- cgit v1.2.1