summaryrefslogtreecommitdiff
path: root/strata/core
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core')
-rw-r--r--strata/core/python3.morph (renamed from strata/core/cpython.morph)6
1 files changed, 3 insertions, 3 deletions
diff --git a/strata/core/cpython.morph b/strata/core/python3.morph
index e2f59278..4b3ef290 100644
--- a/strata/core/cpython.morph
+++ b/strata/core/python3.morph
@@ -1,12 +1,12 @@
-name: cpython
+name: python3
kind: chunk
build-system: autotools
configure-commands:
- |
./configure --prefix="$PREFIX" \
--enable-shared \
- --with-ensurepip=upgrade \
--with-system-expat \
--with-system-ffi
post-install-commands:
-- test -x "$DESTDIR"/"$PREFIX"/bin/python2 || ln -s python2.7 "$DESTDIR"/"$PREFIX"/bin/python2
+- test -x "$DESTDIR"/"$PREFIX"/bin/python || ln -s python3.4 "$DESTDIR"/"$PREFIX"/bin/python
+- test -x "$DESTDIR"/"$PREFIX"/bin/python3 || ln -s python3.4 "$DESTDIR"/"$PREFIX"/bin/python3