summaryrefslogtreecommitdiff
path: root/net/GeoIP/files/patch-conf::Makefile.in
blob: dfa6d896a45b19ef5a597a24591ad4150d32327a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
--- conf/Makefile.in.orig	Mon Mar 10 17:25:32 2003
+++ conf/Makefile.in	Sun Apr  6 17:59:17 2003
@@ -205,12 +205,12 @@
 
 
 install-data-hook: install-sysconfDATA
-	@if test -f $(DESTDIR)$(DEFAULT_CONFIG_FILE) ; then \
-	        echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_CONFIG_FILE)" ; \
-	else \
-	        echo "$(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
-	        $(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE); \
-	fi
+#	@if test -f $(DESTDIR)$(DEFAULT_CONFIG_FILE) ; then \
+#	        echo "$@ will not overwrite existing $(DESTDIR)$(DEFAULT_CONFIG_FILE)" ; \
+#	else \
+#	        echo "$(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE)"; \
+#	        $(INSTALL_DATA) GeoIP.conf.default $(DESTDIR)$(DEFAULT_CONFIG_FILE); \
+#	fi
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
 # Otherwise a system limit (for SysV at least) may be exceeded.