summaryrefslogtreecommitdiff
path: root/git.morph
diff options
context:
space:
mode:
Diffstat (limited to 'git.morph')
-rw-r--r--git.morph16
1 files 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