follow convention of TMP=/tmp/$TAG
This commit is contained in:
parent
2353e6166e
commit
b551a22557
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@ fi
|
|||
CWD=$(pwd)
|
||||
TAG=cyco
|
||||
OUTPUT=/tmp
|
||||
TMP=${TMP:-/tmp}
|
||||
TMP=${TMP:-/tmp/$TAG}
|
||||
PKG=$TMP/pkg-$PRGNAM
|
||||
REPOSITORIES=/home/cycojesus/projets/packages/repositories/
|
||||
|
||||
|
|
Loading…
Reference in a new issue