diff options
-rw-r--r-- | cpython.morph | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpython.morph b/cpython.morph index 2c2399af31..4a616c8d57 100644 --- a/cpython.morph +++ b/cpython.morph @@ -4,5 +4,5 @@ build-system: autotools configure-commands: - ./configure --prefix="$PREFIX" --enable-shared install-commands: -- ./make DESTDIR="$DESTDIR" install, +- make DESTDIR="$DESTDIR" install, - ln -s $BINDIR/python2.7 $DESTDIR/$BINDIR/python2 |