From 73845e0562f7d33d00fd551fbc630ffff4c47474 Mon Sep 17 00:00:00 2001 From: Andrew Bauer Date: Sun, 3 Nov 2013 08:22:19 -0600 Subject: [PATCH] Re-Add 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 2148d40b5..c3b836501 100644 --- a/zm.conf.in +++ b/zm.conf.in @@ -12,9 +12,12 @@ # Current version of ZoneMinder ZM_VERSION=@VERSION@ -# Path to build directory, used mostly for finding DB upgrade scripts +# Path to build directory ZM_PATH_BUILD=@PATH_BUILD@ +# Path to installed data directory, used mostly for finding DB upgrade scripts +ZM_PATH_DATA=@PKGDATADIR@ + # Build time, used to record when to trigger various checks ZM_TIME_BUILD=@TIME_BUILD@