diff options
author | Cem Keylan <cem@ckyln.com> | 2020-04-22 19:38:10 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-04-22 19:38:10 +0300 |
commit | a950fb3ebc3b4994c982fbf4f11416813ccc0ad2 (patch) | |
tree | 118a289e00f6c54dfefae46a54c36e1e81b75235 /extra/python2/build | |
parent | 0acc56d498ccebba534533369b265f2501465ff1 (diff) | |
download | repository-a950fb3ebc3b4994c982fbf4f11416813ccc0ad2.tar.gz |
python2: drop from repositories
Diffstat (limited to 'extra/python2/build')
-rwxr-xr-x | extra/python2/build | 14 |
1 files changed, 0 insertions, 14 deletions
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 |