From 16711e488a1dc1a4b02bf2139d734397eb817f43 Mon Sep 17 00:00:00 2001 From: Gwenhael Le Moine Date: Tue, 7 Sep 2021 16:30:11 +0200 Subject: [PATCH] [generic-python] default tag to pip_gwh --- generic-python.SlackBuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/generic-python.SlackBuild b/generic-python.SlackBuild index c6f28e63..a052d0b6 100755 --- a/generic-python.SlackBuild +++ b/generic-python.SlackBuild @@ -3,7 +3,7 @@ # Generic python SlackBuild # variables -TAG=gwh +TAG=${TAG:-pip_gwh} TMP=/tmp/$TAG CWD=$(pwd) OUTPUT=/tmp @@ -16,8 +16,6 @@ VERSION=${VERSION:-"pip"} ARCH=$(uname -m) BUILD=1 -PREFIX=/usr - # nettoyage préalable rm -fr $PKG mkdir -p $PKG