1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00

r9587: Fix SWAT data dir for --with-fhs

(This used to be commit 53d0c3e485)
This commit is contained in:
Jelmer Vernooij 2005-08-24 15:11:13 +00:00 committed by Gerald (Jerry) Carter
parent 11f4803d00
commit b873c1789f
2 changed files with 2 additions and 1 deletions

View File

@ -19,7 +19,7 @@ AC_ARG_WITH(fhs,
logfilebase="\${localstatedir}/log/samba"
privatedir="\${CONFIGDIR}/private"
libdir="\${prefix}/lib/samba"
swatdir="\${DATADIR}/samba/swat",
swatdir="\${datadir}/samba/swat",
configdir="\${LIBDIR}"
logfilebase="\${localstatedir}"
lockdir="\${localstatedir}/locks"

View File

@ -26,6 +26,7 @@ builddir = @builddir@
BASEDIR = @prefix@
BINDIR = @bindir@
SBINDIR = @sbindir@
datadir = @datadir@
LIBDIR = @libdir@
CONFIGDIR = @configdir@
localstatedir = @localstatedir@