ocamlnet (2.2.9-8) 0008-Do-not-install-apache.info-file.patch

Summary

 src/netcgi2-apache/Makefile.def |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

From: Stefano Zacchiroli <zack@debian.org>
Date: Tue, 6 Oct 2009 15:38:27 +0200
Subject: [PATCH] Do not install *apache.info file

It is not needed with Apache 2.

Signed-off-by: Stefano Zacchiroli <zack@debian.org>
---
 src/netcgi2-apache/Makefile.def |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/netcgi2-apache/Makefile.def b/src/netcgi2-apache/Makefile.def
index 130fb2f..956d42f 100644
--- a/src/netcgi2-apache/Makefile.def
+++ b/src/netcgi2-apache/Makefile.def
@@ -10,7 +10,7 @@ OBJECTS = netcgi_apache.cmo netcgi_modtpl.cmo
 DOBJECTS = netcgi_apache.mli netcgi_modtpl.mli
 
 ALL_EXTRA = mod_netcgi_apache.so
-INSTALL_EXTRA = mod_netcgi_apache.so 500netcgi_apache.info
+INSTALL_EXTRA = mod_netcgi_apache.so
 
 include $(TOP_DIR)/Makefile.rules
 
--