mirror of
https://codeberg.org/kiss-community/repo
synced 2025-02-23 06:47:44 -07:00
python2: fix package
This commit is contained in:
parent
398de02904
commit
be01908eb0
@ -9,3 +9,6 @@ make DESTDIR="$1" install
|
|||||||
|
|
||||||
rm "$1/usr/bin/2to3"
|
rm "$1/usr/bin/2to3"
|
||||||
rm "$1/usr/bin/python"
|
rm "$1/usr/bin/python"
|
||||||
|
|
||||||
|
# Make static library writable.
|
||||||
|
chmod -v u+w "$1/usr/lib/libpython"*.a
|
||||||
|
@ -1 +1 @@
|
|||||||
2.7.16 1
|
2.7.16 2
|
||||||
|
Loading…
Reference in New Issue
Block a user