From afc90321ecd47ec1a8b6196c9b4aa15c2c654d41 Mon Sep 17 00:00:00 2001 From: Ralph Boehme Date: Fri, 10 May 2019 18:49:20 +0200 Subject: build: add SAMBA_DATADIR as "samba" subdirectory of DATADIR MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit DATADIR should have been set to this path from the beginning, too late to change that now as ut's used as parent for two other directory varialbles: SETUPDIR and CODEPAGEDIR. From : datadir The directory for installing idiosyncratic read-only architecture-independent data files for this program. This is usually the same place as ‘datarootdir’, but we use the two separate variables so that you can move these program-specific files without altering the location for Info files, man pages, etc. This should normally be /usr/local/share, but write it as $(datarootdir). (If you are using Autoconf, write it as ‘@datadir@’.) The definition of ‘datadir’ is the same for all packages, so you should install your data in a subdirectory thereof. Most packages install their data under $(datadir)/package-name/. Currently Samba doesn't install any application specific data files, but I'm going to do just that in a subsequent commit. Signed-off-by: Ralph Boehme Reviewed-by: Noel Power --- dynconfig/dynconfig.c | 1 + 1 file changed, 1 insertion(+) (limited to 'dynconfig/dynconfig.c') diff --git a/dynconfig/dynconfig.c b/dynconfig/dynconfig.c index e70a10f8cfe..dd4de16e1d4 100644 --- a/dynconfig/dynconfig.c +++ b/dynconfig/dynconfig.c @@ -99,6 +99,7 @@ DEFINE_DYN_CONFIG_PARAM(BINDDNS_DIR) DEFINE_DYN_CONFIG_PARAM(LOCALEDIR) DEFINE_DYN_CONFIG_PARAM(NMBDSOCKETDIR) DEFINE_DYN_CONFIG_PARAM(DATADIR) +DEFINE_DYN_CONFIG_PARAM(SAMBA_DATADIR) DEFINE_DYN_CONFIG_PARAM(SETUPDIR) DEFINE_DYN_CONFIG_PARAM(WINBINDD_SOCKET_DIR) /* from winbind_struct_protocol.h in s3 autoconf */ DEFINE_DYN_CONFIG_PARAM(NTP_SIGND_SOCKET_DIR) -- cgit v1.2.1