From 7517b56a5bb5452297315365b5af2ce77516f39c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 8 Feb 2016 20:54:00 +0000 Subject: strata/core/python3.morph: Add missing symlink for python-config python-config will not exist otherwise Change-Id: I5ef4f680ceb770b9d18490fc33abcb3f1b2554aa --- strata/core/python3.morph | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.2.1