13 lines
514 B
Plaintext
13 lines
514 B
Plaintext
$OpenBSD: patch-database_Makefile_in,v 1.7 2010/04/01 13:18:54 sthen Exp $
|
|
--- database/Makefile.in.orig Tue Jan 26 12:53:27 2010
|
|
+++ database/Makefile.in Wed Mar 10 21:28:41 2010
|
|
@@ -428,6 +428,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);\
|