[generic-python] default tag to pip_gwh
This commit is contained in:
parent
e70b8478ba
commit
16711e488a
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue