update it

This commit is contained in:
Sukchan Lee 2017-07-13 16:05:56 +09:00
parent c055811c10
commit 050f852f04
3 changed files with 3 additions and 2 deletions

View File

@ -28,7 +28,7 @@ AM_CPPFLAGS = \
dist_sysconf_DATA = support/nextepc.conf
install-data-hook:
$(MKDIR_P) $(prefix)/log
$(MKDIR_P) $(prefix)/var/log
CLEANFILES = symtbl.c
DISTCLEANFILES = $(DIST_ARCHIVES)

View File

@ -333,4 +333,5 @@ compiler : ${CC}
compiler flags : ${CFLAGS}
linker flags : ${LDFLAGS} ${LIBS}
config file directory : `eval echo \`echo ${sysconfdir}\``
log file directory : `eval echo \`echo ${prefix}/var/log\``
"

View File

@ -2,6 +2,6 @@
#
DB_URI : "mongodb://localhost/nextepc"
LOG_PATH : "@prefix@/log/nextepc.log"
LOG_PATH : "@prefix@/var/log/nextepc.log"
}