From 0fd7d857bf8ff2b3ebfcce6a6c502817c8a45f32 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 4 Nov 2013 10:06:39 -0500 Subject: [PATCH] put back ZM_PATH_DATA --- zm.conf.in | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/zm.conf.in b/zm.conf.in index 65380a533..dc3fd086f 100644 --- a/zm.conf.in +++ b/zm.conf.in @@ -9,12 +9,15 @@ # or installations. # -# Path to build directory, used mostly for finding DB upgrade scripts +# Path to build directory ZM_PATH_BUILD=@PATH_BUILD@ # Build time, used to record when to trigger various checks ZM_TIME_BUILD=@TIME_BUILD@ +# Path to installed data directory, used mostly for finding DB upgrade scripts +ZM_PATH_DATA=@PKGDATADIR@ + # Path to ZoneMinder binaries ZM_PATH_BIN=@BINDIR@