Reposting with a sane title. I really ought to work out how to write in
English post 8pm.
-Thom

* Thom May ([EMAIL PROTECTED]) wrote :
Hi, 
currently the Makefile in support/ tests for the presence of $bindir and
then installs into $sbindir. This is a patch to fix this.
Cheers,
-Thom

Index: support/Makefile.in
===================================================================
RCS file: /home/cvspublic/httpd-2.0/support/Makefile.in,v
retrieving revision 1.32
diff -u -u -r1.32 Makefile.in
--- support/Makefile.in 19 Jan 2002 05:44:04 -0000      1.32
+++ support/Makefile.in 21 Mar 2002 20:16:36 -0000
@@ -13,6 +13,7 @@

 install:
        @test -d $(bindir) || $(MKINSTALLDIRS) $(bindir)
+       @test -d $(sbindir) || $(MKINSTALLDIRS) $(sbindir)
        @test -d $(libexecdir) || $(MKINSTALLDIRS) $(libexecdir)
        @cp -p $(top_builddir)/server/httpd.exp $(libexecdir)
        @for i in apxs apachectl dbmmanage; do \

Reply via email to