summaryrefslogtreecommitdiff
path: root/strata/core/python3.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/python3.morph')
-rw-r--r--strata/core/python3.morph8
1 files changed, 4 insertions, 4 deletions
diff --git a/strata/core/python3.morph b/strata/core/python3.morph
index 68184f31..54d2e9e7 100644
--- a/strata/core/python3.morph
+++ b/strata/core/python3.morph
@@ -9,7 +9,7 @@ configure-commands:
--with-system-expat \
--with-system-ffi
post-install-commands:
-- 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
-- test -x "$DESTDIR"/"$PREFIX"/bin/python-config || ln -s python3.4-config "$DESTDIR"/"$PREFIX"/bin/python-config
-- test -x "$DESTDIR"/"$PREFIX"/bin/python3-config || ln -s python3.4-config "$DESTDIR"/"$PREFIX"/bin/python3-config
+- test -x "$DESTDIR"/"$PREFIX"/bin/python || ln -s python3.5 "$DESTDIR"/"$PREFIX"/bin/python
+- test -x "$DESTDIR"/"$PREFIX"/bin/python3 || ln -s python3.5 "$DESTDIR"/"$PREFIX"/bin/python3
+- test -x "$DESTDIR"/"$PREFIX"/bin/python-config || ln -s python3.5-config "$DESTDIR"/"$PREFIX"/bin/python-config
+- test -x "$DESTDIR"/"$PREFIX"/bin/python3-config || ln -s python3.5-config "$DESTDIR"/"$PREFIX"/bin/python3-config