2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-12-21 23:00:06 -07:00

python: Fix conflict with setuptools

This commit is contained in:
Dylan Araps 2019-06-27 11:59:52 +03:00
parent 0f29f261fe
commit 52ad04e69b

View File

@ -7,3 +7,4 @@ make
make DESTDIR="$1" install
ln -s python3 "$1/usr/bin/python"
rm "$1/usr/bin/easy_install-3.6"