add missing TMP declaration
This commit is contained in:
parent
7b3c6672b2
commit
5e7aff5e61
1 changed files with 1 additions and 0 deletions
|
@ -10,6 +10,7 @@ CWD=$(pwd)
|
|||
|
||||
# Place to build (TMP) package (PKG) and output (OUTPUT) the program:
|
||||
PKG=$TMP/package-$PRGNAM
|
||||
TMP=${TMP:-/tmp}
|
||||
OUTPUT=${OUTPUT:-/tmp}
|
||||
|
||||
# Create working directories:
|
||||
|
|
Loading…
Add table
Reference in a new issue