From 0579582fd7ae04ac8dcc2029d6cf5c5529776c93 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 25 Jun 2019 20:08:58 +0300 Subject: [PATCH] python: Symlink to python --- extra/python/build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/extra/python/build b/extra/python/build index a05c0ccd..4ee4efed 100755 --- a/extra/python/build +++ b/extra/python/build @@ -6,3 +6,5 @@ make make DESTDIR="$1" install + +ln -s python3 "$1/usr/bin/python"