summaryrefslogtreecommitdiff
path: root/git.morph
diff options
context:
space:
mode:
authorLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-08 19:19:41 +0000
committerLars Wirzenius <lars.wirzenius@codethink.co.uk>2012-02-08 19:19:41 +0000
commit5c1d1d049199f9c9371c2cd67479d69d812c5453 (patch)
tree12167bd0a34bd5496ea280baf920f8777c44aea3 /git.morph
parent355f1b54cd8534706ba10185e494fa804cc12761 (diff)
downloadgit-5c1d1d049199f9c9371c2cd67479d69d812c5453.tar.gz
Force use of correct path for python during bootstrap
Diffstat (limited to 'git.morph')
-rw-r--r--git.morph2
1 files changed, 1 insertions, 1 deletions
diff --git a/git.morph b/git.morph
index 1c6ebc8b52..c0f9cc739a 100644
--- a/git.morph
+++ b/git.morph
@@ -2,7 +2,7 @@
"name": "git",
"kind": "chunk",
"build-commands": [
- "make prefix=/usr all"
+ "if $BOOTSTRAP; then P=/tools/bin/python; else P=/usr/bin/python; fi; make prefix=/usr all PYTHON_PATH=$P"
],
"install-commands": [
"make prefix=/usr install"