1
0
mirror of https://github.com/limosek/zaf.git synced 2024-11-24 03:19:05 +01:00

tmp dir moved

This commit is contained in:
Lukas Macura 2016-04-08 23:34:05 +02:00
parent b3a773bb3c
commit f5fd888441

View File

@ -299,7 +299,7 @@ zaf_postconfigure() {
if [ -f "${ZAF_CFG_FILE}" ]; then if [ -f "${ZAF_CFG_FILE}" ]; then
. "${ZAF_CFG_FILE}" . "${ZAF_CFG_FILE}"
fi fi
ZAF_TMP_DIR="/tmp/zaf-installer/" ZAF_TMP_DIR="/tmp/zaf-installer-tmp/"
# If debug is on, do not remove tmp dir # If debug is on, do not remove tmp dir
if [ "$ZAF_DEBUG" -le 3 ]; then if [ "$ZAF_DEBUG" -le 3 ]; then