summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2016-02-08 20:54:00 +0000
committerJavier Jardón <jjardon@gnome.org>2016-02-08 20:54:58 +0000
commit7517b56a5bb5452297315365b5af2ce77516f39c (patch)
treef47007592771536ecba144398990af72221ddd65
parent49ea7523e2c6c74100aa23906a9bedf914843df9 (diff)
downloaddefinitions-7517b56a5bb5452297315365b5af2ce77516f39c.tar.gz
strata/core/python3.morph: Add missing symlink for python-config
python-config will not exist otherwise Change-Id: I5ef4f680ceb770b9d18490fc33abcb3f1b2554aa
-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