1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00

Fix swatdir location for --with-fhs

This commit is contained in:
Jelmer Vernooij 0001-01-01 00:00:00 +00:00
parent 83150b5733
commit d12b793d9c
2 changed files with 7 additions and 3 deletions

View File

@ -177,9 +177,12 @@ o J. Tournier <jerome.tournier@IDEALX.com>
o Jelmer Vernooij <jelmer@samba.org>
* Put functions for generating SQL queries in pdb_sql.c.
* Add pgSQL backend (based on patch by Hamish Friedlander).
* Put functions for generating SQL queries in pdb_sql.c
* Add pgSQL backend (based on patch by Hamish Friedlander)
* BUG 908: Fix -s option to smbcontrol.
* Add smbget utility - a wget-clone for the SMB/CIFS protocol
* Small fix to get libnss_wins on IRIX working again
* Fix swatdir for --with-fhs

View File

@ -68,6 +68,7 @@ AUTHLIBDIR = $(LIBDIR)/auth
CONFIGDIR = @configdir@
VARDIR = @localstatedir@
MANDIR = @mandir@
DATADIR = @datadir@
# The permissions to give the executables
INSTALLPERMS = 0755