From 579c2947628f39cb9d426e295617304609ae3977 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 20 Aug 2019 02:17:24 +0000 Subject: [PATCH] python: fix build --- extra/python/build | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/extra/python/build b/extra/python/build index 768ad225..4ee4efed 100755 --- a/extra/python/build +++ b/extra/python/build @@ -2,8 +2,7 @@ ./configure \ --prefix=/usr \ - --without-ensurepip \ - --help 2>&1 | less + --without-ensurepip make make DESTDIR="$1" install