summaryrefslogtreecommitdiff
path: root/strata/python2-core/python2.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/python2-core/python2.morph')
-rw-r--r--strata/python2-core/python2.morph13
1 files changed, 0 insertions, 13 deletions
diff --git a/strata/python2-core/python2.morph b/strata/python2-core/python2.morph
deleted file mode 100644
index d5f6913a..00000000
--- a/strata/python2-core/python2.morph
+++ /dev/null
@@ -1,13 +0,0 @@
-name: python2
-kind: chunk
-build-system: autotools
-configure-commands:
-- |
- ./configure --prefix="$PREFIX" \
- --enable-shared \
- --with-ensurepip=upgrade \
- --with-system-expat \
- --with-system-ffi
-post-install-commands:
-- ln -sf python2.7 "$DESTDIR"/"$PREFIX"/bin/python
-- test -x "$DESTDIR"/"$PREFIX"/bin/python2 || ln -s python2.7 "$DESTDIR"/"$PREFIX"/bin/python2