put back ZM_PATH_DATA
This commit is contained in:
parent
7a2f3b5226
commit
0fd7d857bf
|
@ -9,12 +9,15 @@
|
||||||
# or installations.
|
# or installations.
|
||||||
#
|
#
|
||||||
|
|
||||||
# Path to build directory, used mostly for finding DB upgrade scripts
|
# Path to build directory
|
||||||
ZM_PATH_BUILD=@PATH_BUILD@
|
ZM_PATH_BUILD=@PATH_BUILD@
|
||||||
|
|
||||||
# Build time, used to record when to trigger various checks
|
# Build time, used to record when to trigger various checks
|
||||||
ZM_TIME_BUILD=@TIME_BUILD@
|
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
|
# Path to ZoneMinder binaries
|
||||||
ZM_PATH_BIN=@BINDIR@
|
ZM_PATH_BIN=@BINDIR@
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue