openbsd-ports/security/clamav/patches/patch-database_Makefile_in
sthen 167593e9ae SECURITY update to clamav 0.98.5 (crash fixes for various maliciously crafted
files, improved detection of malicious PE files, new file formats)
2014-11-19 00:18:01 +00:00

13 lines
515 B
Plaintext

$OpenBSD: patch-database_Makefile_in,v 1.14 2014/11/19 00:18:01 sthen Exp $
--- database/Makefile.in.orig Thu Nov 13 22:31:30 2014
+++ database/Makefile.in Tue Nov 18 23:40:53 2014
@@ -580,6 +580,8 @@ uninstall-am:
install-data-local:
+
+NOT-install-data-local:
@test -s $(srcdir)/main.cvd -a -s $(srcdir)/daily.cvd || exit 0;\
$(mkinstalldirs) $(DESTDIR)$(DBINST);\
test -f $(DESTDIR)$(DBINST)/main.cvd || test -f $(DESTDIR)$(DBINST)/main.cld || $(INSTALL_DATA) $(srcdir)/main.cvd $(DESTDIR)$(DBINST);\