summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-06 09:15:55 +0000
committerJonathan Maw <jonathan.maw@codethink.co.uk>2013-06-06 09:15:55 +0000
commitf7328de0bc15331adda2ae82d83c36236e906811 (patch)
tree8bb8518301a37283c29d3f56274cf6d6e09f11b2
parentcf389a201c4414202261ca6013fb4c7a7a453212 (diff)
downloadpexpect-f7328de0bc15331adda2ae82d83c36236e906811.tar.gz
pexpect builds like autotools, not python-distutils
-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'