summaryrefslogtreecommitdiff
path: root/sys-libs/db/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-02 14:09:07 +0100
commitb17a3ef12038de50228bade1f05502c74e135321 (patch)
tree9026dffec53f92cba48ca9a500a4f778e6304380 /sys-libs/db/files
parent3cf7c3ef441822c889356fd1812ebf2944a59851 (diff)
gentoo resync : 02.09.2020
Diffstat (limited to 'sys-libs/db/files')
-rw-r--r--sys-libs/db/files/db-18.1.40-fix-docs.patch19
1 files changed, 19 insertions, 0 deletions
diff --git a/sys-libs/db/files/db-18.1.40-fix-docs.patch b/sys-libs/db/files/db-18.1.40-fix-docs.patch
new file mode 100644
index 000000000000..7bed9f1cbca0
--- /dev/null
+++ b/sys-libs/db/files/db-18.1.40-fix-docs.patch
@@ -0,0 +1,19 @@
+Fixes
+
+ cp: cannot stat 'bdb-sql': No such file or directory
+ cp: cannot stat 'gsg_db_server': No such file or directory
+
+--- a/dist/Makefile.in
++++ b/dist/Makefile.in
+@@ -1299,8 +1299,8 @@ uninstall_utilities:
+
+ # We install csharp docs even on UNIX so we don't have a
+ # broken link on the landing page.
+-DOCLIST=api_reference articles bdb-sql collections csharp gsg \
+- gsg_db_rep gsg_db_server gsg_txn index.html installation \
++DOCLIST=api_reference articles collections csharp gsg \
++ gsg_db_rep gsg_txn index.html installation \
+ java license porting programmer_reference upgrading
+
+ install_docs:
+