summaryrefslogtreecommitdiff
path: root/strata/core
diff options
context:
space:
mode:
authorDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-08-19 15:10:15 +0000
committerDaniel Silverstone <daniel.silverstone@codethink.co.uk>2014-08-19 15:10:15 +0000
commitebfcbd166dfe49c6632d0aeeb6d2050a4d507576 (patch)
treea9434b394c11bb86ffb8495306f192afb4756a11 /strata/core
parent2b10a9677817377618e33d2b07ab7caefe316633 (diff)
downloaddefinitions-ebfcbd166dfe49c6632d0aeeb6d2050a4d507576.tar.gz
Update cpython morphology to support newer cpython branches.
Also update morph with fix to GitDirectory config caching. Cpython change reviewed by Richard Maw and Paul Sherwood, each giving +1. Morph change reviewed by Richard Maw, +2
Diffstat (limited to 'strata/core')
-rw-r--r--strata/core/cpython.morph2
1 files changed, 1 insertions, 1 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