Re-Add ZM_PATH_DATA
This commit is contained in:
parent
93560652f1
commit
73845e0562
|
@ -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@
|
||||
|
||||
|
|
Loading…
Reference in New Issue