summaryrefslogtreecommitdiff
path: root/security/clamav-devel/files/patch-etc_Makefile.in
blob: e47b65443c8e47e11d615301b1d70882b180d1e8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- etc/Makefile.in.orig	Thu Feb 19 14:17:02 2004
+++ etc/Makefile.in	Thu Feb 19 14:17:36 2004
@@ -333,10 +333,8 @@
 
 install:
 	$(mkinstalldirs) $(DESTDIR)$(CFGINST)
-	@test -f $(DESTDIR)$(CFGINST)/clamd.conf || \
-	$(INSTALL_DATA) $(srcdir)/clamd.conf $(DESTDIR)$(CFGINST)
-	@test -f $(DESTDIR)$(CFGINST)/freshclam.conf || \
-	$(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST)
+	$(INSTALL_DATA) $(srcdir)/clamd.conf $(DESTDIR)$(CFGINST)/clamd.conf.default
+	$(INSTALL_DATA) $(srcdir)/freshclam.conf $(DESTDIR)$(CFGINST)/freshclam.conf.default
 # 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.
 .NOEXPORT: