13 lines
514 B
Plaintext
13 lines
514 B
Plaintext
$OpenBSD: patch-database_Makefile_in,v 1.9 2011/03/02 14:36:49 sthen Exp $
|
|
--- database/Makefile.in.orig Mon Feb 7 16:43:23 2011
|
|
+++ database/Makefile.in Mon Feb 7 19:14:39 2011
|
|
@@ -432,6 +432,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);\
|