summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/core/python3.morph2
1 files changed, 2 insertions, 0 deletions
diff --git a/strata/core/python3.morph b/strata/core/python3.morph
index 0d730bc9..68184f31 100644
--- a/strata/core/python3.morph
+++ b/strata/core/python3.morph
@@ -11,3 +11,5 @@ configure-commands:
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