update to set CORE_STATE_DIR to /var

This commit is contained in:
Blake J. Harnden 2018-03-20 14:49:17 -07:00
parent 5629ea0245
commit 5403b10cef
2 changed files with 2 additions and 2 deletions

View file

@ -20,7 +20,7 @@ CORE_LIB_DIR="\${prefix}/lib/core"
CORE_CONF_DIR="/etc/core"
CORE_DATA_DIR="\${datarootdir}/core"
# TODO: verify there is need to hard set /var
CORE_STATE_DIR="\${localstatedir}"
CORE_STATE_DIR="/var"
AC_SUBST(PACKAGE_DATE)
AC_SUBST(PACKAGE_MAINTAINERS)