add missing TMP declaration

This commit is contained in:
Gwenhael Le Moine 2010-10-07 12:44:38 +07:00
parent 7b3c6672b2
commit 5e7aff5e61

View file

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