python: update for new env

This commit is contained in:
Dylan Araps 2021-07-18 06:09:11 +03:00
parent 57202d6d8f
commit f2e4cb7076
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C

View File

@ -23,7 +23,7 @@ patch -p1 < python3-always-pip.patch
--without-doc-strings
make
make DESTDIR="$1" install
make install
ln -s python3 "$1/usr/bin/python"
ln -s pip3 "$1/usr/bin/pip"