istore: updated

This commit is contained in:
Олег Бородин
2024-08-07 09:20:36 +02:00
parent f8ba5d2b05
commit 07b32e881e
25 changed files with 620 additions and 447 deletions

6
configure vendored
View File

@@ -3075,7 +3075,7 @@ fi
if test "x$enable_devel_mode" = "xyes"
then :
SRV_LOGDIR="${SRCDIR}/tmp.log"
SRV_LOGDIR="${SRCDIR}/tmp/log"
fi
@@ -3113,7 +3113,7 @@ fi
if test "x$enable_devel_mode" = "xyes"
then :
SRV_RUNDIR="${SRCDIR}/tmp.run"
SRV_RUNDIR="${SRCDIR}/tmp/run"
fi
@@ -3152,7 +3152,7 @@ fi
if test "x$enable_devel_mode" = "xyes"
then :
SRV_DATADIR="${SRCDIR}/tmp.data"
SRV_DATADIR="${SRCDIR}/tmp/data"
fi