summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-06 09:26:58 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-06 09:26:58 +0000
commit7a8455f21bb45020f3594c59fc8c85cf738e147c (patch)
tree92e756268b61eeac75581252805a9f6f8d150505
parentf7328de0bc15331adda2ae82d83c36236e906811 (diff)
downloadpexpect-baserock/morph.tar.gz
Use the setup.py that 'make' producesbaserock/morph
-rw-r--r--pexpect.morph6
1 files changed, 4 insertions, 2 deletions
diff --git a/pexpect.morph b/pexpect.morph
index 9e8c2b4..e7f4974 100644
--- a/pexpect.morph
+++ b/pexpect.morph
@@ -2,7 +2,9 @@ name: pexpect
description: |
Pexpect is a pure Python module that accomplishes behaviour similar to Expect
kind: chunk
-build-commands:
+configure-commands:
- 'cd pexpect && make'
+build-commands:
+- 'cd pexpect && python setup.py build'
install-commands:
-- 'cd pexpect && make DESTDIR="$DESTDIR" install'
+- 'cd pexpect && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"'