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@