summaryrefslogtreecommitdiff
path: root/strata/core/python3.morph
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-10-12 12:03:38 +0100
committerJavier Jardón <jjardon@gnome.org>2016-10-12 12:04:32 +0100
commitd2ead65825a286c3851009f55d66ebdd1b138cfc (patch)
treeaa3c16b7d05d92a902be6cc414a580a4b0b76536 /strata/core/python3.morph
parent36f7e4923ae5d03dd345d74f7fcade48c99a498d (diff)
downloaddefinitions-d2ead65825a286c3851009f55d66ebdd1b138cfc.tar.gz
strata/core.morph: Upgrade python to v3.5.2jjardon/python_upgrade
Change-Id: Ic4b2f6d905b3f9bf93a521c189682ee487ca3078
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