Greg Ames just applied it.
Cheers,
-g
On Fri, Jul 19, 2002 at 02:59:12PM -0500, Karl Fogel wrote:
> > Here's a tentative patch.  I'm testing this right now, will report if
> > it fixes the problem for me.
> 
> Confirmed -- this fixed the problem.
> 
> I don't have commit on httpd-2.0, so hope someone can apply this,
> thanks.
> 
> -Karl
> 
> >    2002-07-19 15:06   <kfogel@collab.net>
> > 
> > 	* Makefile.in (install-conf): Fix sense of test for confdir.
> > 
> > Index: Makefile.in
> > ===================================================================
> > RCS file: /home/cvspublic/httpd-2.0/Makefile.in,v
> > retrieving revision 1.124
> > diff -u -r1.124 Makefile.in
> > --- Makefile.in	19 Jul 2002 15:32:36 -0000	1.124
> > +++ Makefile.in	19 Jul 2002 19:41:49 -0000
> > @@ -28,7 +28,7 @@
> >  
> >  install-conf:
> >  	@echo Installing configuration files ; \
> > -	if [ -d $(DESTDIR)$(sysconfdir) ]; then \
> > +	if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
> >  	    $(MKINSTALLDIRS) $(DESTDIR)$(sysconfdir) ; \
> >  	fi ; \
> >  	cd $(top_srcdir)/docs/conf; \
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 19 22:22:31 2002