13 lines
399 B
Plaintext
13 lines
399 B
Plaintext
$OpenBSD: patch-etc_Makefile_in,v 1.7 2010/04/01 13:18:54 sthen Exp $
|
|
--- etc/Makefile.in.orig Tue Jan 26 12:53:27 2010
|
|
+++ etc/Makefile.in Wed Mar 10 21:28:42 2010
|
|
@@ -427,6 +427,8 @@ uninstall-am:
|
|
|
|
|
|
install-data-local:
|
|
+
|
|
+NOT-install-data-local:
|
|
$(mkinstalldirs) $(DESTDIR)$(CFGINST)
|
|
@test -f $(DESTDIR)$(CFGINST)/clamd.conf || \
|
|
$(INSTALL_DATA) $(srcdir)/clamd.conf $(DESTDIR)$(CFGINST)
|