summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--strata/core/cpython.morph2
-rw-r--r--strata/tools.morph2
2 files changed, 2 insertions, 2 deletions
diff --git a/strata/core/cpython.morph b/strata/core/cpython.morph
index 551c4165..6c9e4b3d 100644
--- a/strata/core/cpython.morph
+++ b/strata/core/cpython.morph
@@ -4,4 +4,4 @@ build-system: autotools
configure-commands:
- ./configure --prefix="$PREFIX" --enable-shared
post-install-commands:
-- ln -s python2.7 "$DESTDIR"/"$PREFIX"/bin/python2
+- test -x "$DESTDIR"/"$PREFIX"/bin/python2 || ln -s python2.7 "$DESTDIR"/"$PREFIX"/bin/python2
diff --git a/strata/tools.morph b/strata/tools.morph
index 4e5f61f0..c6263da1 100644
--- a/strata/tools.morph
+++ b/strata/tools.morph
@@ -100,7 +100,7 @@ chunks:
- six
- name: morph
repo: baserock:baserock/morph
- ref: 7aec8c2eb0f8ce0dae70559d11db8e84115f8ba6
+ ref: 7e2553e2101310e9ddfce2ca93c1c923b062ad1e
unpetrify-ref: master
build-depends:
- cliapp