From: thib Date: Mon, 29 Dec 2003 15:39:37 +0000 (+0000) Subject: buf fix about a srcdir X-Git-Tag: ver2_9_4~9 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=810c4e22eb030a877cfe1b655934c8375fcbd7b5;p=fcron buf fix about a srcdir --- diff --git a/Makefile.in b/Makefile.in index 683febb..9724ecf 100644 --- a/Makefile.in +++ b/Makefile.in @@ -4,7 +4,7 @@ # @configure_input@ -# $Id: Makefile.in,v 1.101 2003-12-26 00:10:57 thib Exp $ +# $Id: Makefile.in,v 1.102 2003-12-29 15:39:37 thib Exp $ # The following should not be edited manually (use configure options) # If you must do it, BEWARE : some of the following is also defined @@ -126,7 +126,7 @@ ifeq ($(FCRONDYN), 1) $(INSTALL) -g $(GROUPNAME) -o $(USERNAME) -m $(BINMODE) -s fcrondyn $(DESTBIN) endif test -f $(ETC)/fcron.allow || test -f $(ETC)/fcron.deny || $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.allow $(SRCDIR)/files/fcron.deny $(ETC) - test -f $(ETC)/fcron.conf || $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) $(SRCDIR)/files/fcron.conf $(ETC) + test -f $(ETC)/fcron.conf || $(INSTALL) -m 640 -o $(ROOTNAME) -g $(GROUPNAME) files/fcron.conf $(ETC) ifeq ($(USEPAM), 1) $(SRCDIR)/script/install-pam-conf $(SRCDIR) $(ETC) $(ROOTNAME) $(ROOTGROUP) "$(INSTALL)" endif