13 lines
515 B
Plaintext
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);\
|