2
0
mirror of https://codeberg.org/kiss-community/repo synced 2025-01-03 00:20:09 -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 make DESTDIR="$1" install
ln -s python3 "$1/usr/bin/python" ln -s python3 "$1/usr/bin/python"
rm "$1/usr/bin/easy_install-3.6"