2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00

python2: fix package

This commit is contained in:
Dylan Araps 2019-08-29 20:57:16 +00:00
parent 398de02904
commit be01908eb0
2 changed files with 4 additions and 1 deletions

View File

@ -9,3 +9,6 @@ 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

View File

@ -1 +1 @@
2.7.16 1
2.7.16 2