File: 0003-Do-not-install-apache.info-file.patch

package info (click to toggle)
ocamlnet 4.1.8-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 52,232 kB
  • sloc: ml: 151,647; ansic: 11,049; sh: 1,975; makefile: 1,310
file content (24 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
From: Stefano Zacchiroli <zack@debian.org>
Date: Tue, 6 Oct 2009 15:38:27 +0200
Subject: 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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/netcgi2-apache/Makefile b/src/netcgi2-apache/Makefile
index 4e260b8..277ed2c 100644
--- a/src/netcgi2-apache/Makefile
+++ b/src/netcgi2-apache/Makefile
@@ -13,7 +13,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
 
 OCAMLC_OPTIONS += $(STRING_OPTS)
 OCAMLOPT_OPTIONS += $(STRING_OPTS)