[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: gregames, are you sure about Makefile.in rev 1.122 ?

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-07-19 22:24:29 CEST

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

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.