Change TMP back to /var/tmp. This is used mostly for exports so it needs to not be ram-based.

This commit is contained in:
Isaac Connor 2020-08-17 09:51:23 -04:00
parent 1a6154752a
commit f0fbf77726
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ override_dh_auto_configure:
-DZM_CONFIG_SUBDIR="/etc/zm/conf.d" \
-DZM_RUNDIR="/run/zm" \
-DZM_SOCKDIR="/run/zm" \
-DZM_TMPDIR="/tmp/zm" \
-DZM_TMPDIR="/var/tmp/zm" \
-DZM_CGIDIR="/usr/lib/zoneminder/cgi-bin" \
-DZM_CACHEDIR="/var/cache/zoneminder/cache" \
-DZM_DIR_EVENTS="/var/cache/zoneminder/events" \