summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pexpect.morph4
1 files changed, 2 insertions, 2 deletions
diff --git a/pexpect.morph b/pexpect.morph
index d0f1eb1..9e8c2b4 100644
--- a/pexpect.morph
+++ b/pexpect.morph
@@ -3,6 +3,6 @@ description: |
Pexpect is a pure Python module that accomplishes behaviour similar to Expect
kind: chunk
build-commands:
-- 'cd pexpect && python setup.py build'
+- 'cd pexpect && make'
install-commands:
-- 'cd pexpect && python setup.py install --prefix "$PREFIX" --root "$DESTDIR"'
+- 'cd pexpect && make DESTDIR="$DESTDIR" install'