From 6216e61ca2ed39128a9d29ec2d7e389addb4812e Mon Sep 17 00:00:00 2001 From: Thorsten Kukuk Date: Thu, 27 Nov 2003 07:49:46 +0000 Subject: Relevant BUGIDs: 840327 Purpose of commit: bugfix Commit summary: --------------- Mike Civil found out, that the location of the default config file is empty. Fixed by using the correct define. --- modules/pam_group/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/pam_group') diff --git a/modules/pam_group/Makefile b/modules/pam_group/Makefile index cb3c4c89..44464089 100644 --- a/modules/pam_group/Makefile +++ b/modules/pam_group/Makefile @@ -11,7 +11,7 @@ TITLE=pam_group LOCAL_CONFILE=./group.conf INSTALLED_CONFILE=$(SCONFIGD)/group.conf -DEFS=-DDEFAULT_CONF_FILE=\"$(CONFILE)\" +DEFS=-DDEFAULT_CONF_FILE=\"$(INSTALLED_CONFILE)\" CFLAGS += $(DEFS) MODULE_SIMPLE_INSTALL=bash -f ../install_conf "$(FAKEROOT)" "$(SCONFIGD)" "$(INSTALLED_CONFILE)" "$(TITLE)" "$(LOCAL_CONFILE)" -- cgit v1.2.3