From f2e4cb7076d453638f1be96e71f83f949d6e9e83 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 18 Jul 2021 06:09:11 +0300 Subject: [PATCH] python: update for new env --- extra/python/build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/python/build b/extra/python/build index d5d16ae5..f7db0205 100755 --- a/extra/python/build +++ b/extra/python/build @@ -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"