summaryrefslogtreecommitdiff
path: root/app-admin/keepassxc/files/keepassxc-dont_call_mandb.patch
blob: a3ff5f7244d8eac793c58530d945057b9fcb0924 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
From 7789bed0f29e0067eca7a40f604262d18611cdb0 Mon Sep 17 00:00:00 2001
From: Lars Wendler <polynomial-c@gentoo.org>
Date: Fri, 8 Mar 2019 14:48:13 +0100
Subject: [PATCH] Don't call mandb

There are other man implementations beside man-db so it is not even sure
that the "mandb" binary even exists on all unices. Other than that, usually
there's a cron job running "mandb" on a daily basis.
---
 src/cli/CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/cli/CMakeLists.txt b/src/cli/CMakeLists.txt
index e59a911a..c3f97a2c 100644
--- a/src/cli/CMakeLists.txt
+++ b/src/cli/CMakeLists.txt
@@ -94,5 +94,4 @@ endif()
 
 if(APPLE OR UNIX)
     install(FILES keepassxc-cli.1 DESTINATION ${CMAKE_INSTALL_MANDIR}/man1/)
-    execute_process(COMMAND mandb -q)
 endif()
-- 
2.21.0