[generic-python] default tag to pip_gwh

This commit is contained in:
Gwenhael Le Moine 2021-09-07 16:30:11 +02:00
parent e70b8478ba
commit 16711e488a
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -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