From a950fb3ebc3b4994c982fbf4f11416813ccc0ad2 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Wed, 22 Apr 2020 19:38:10 +0300 Subject: python2: drop from repositories --- extra/python2/build | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100755 extra/python2/build (limited to 'extra/python2/build') diff --git a/extra/python2/build b/extra/python2/build deleted file mode 100755 index 3b3866ff..00000000 --- a/extra/python2/build +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/sh -e - -./configure \ - --prefix=/usr \ - --without-ensurepip - -make -make DESTDIR="$1" install - -rm "$1/usr/bin/2to3" -rm "$1/usr/bin/python" - -# Make static library writable. -chmod -v u+w "$1/usr/lib/libpython"*.a -- cgit v1.2.3