aboutsummaryrefslogtreecommitdiff
path: root/system/passwordsafe/01_help-xml.patch
diff options
context:
space:
mode:
Diffstat (limited to 'system/passwordsafe/01_help-xml.patch')
-rw-r--r--system/passwordsafe/01_help-xml.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/system/passwordsafe/01_help-xml.patch b/system/passwordsafe/01_help-xml.patch
deleted file mode 100644
index 5907667d750a..000000000000
--- a/system/passwordsafe/01_help-xml.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- pwsafe-1.02BETA.orig/src/os/unix/dir.cpp 2017-04-02 19:48:25.000000000 +0200
-+++ pwsafe-1.02BETA/src/os/unix/dir.cpp 2017-04-10 23:11:49.191186791 +0200
-@@ -176,7 +176,7 @@
- #ifdef __FreeBSD__
- return _S("/usr/local/share/pwsafe/xml/");
- #else
-- return _S("/usr/share/pwsafe/xml/");
-+ return _S("/usr/share/passwordsafe/xml/");
- #endif
- }
-
-@@ -185,6 +185,6 @@
- #ifdef __FreeBSD__
- return _S("/usr/local/share/doc/passwordsafe/help/");
- #else
-- return _S("/usr/share/doc/passwordsafe/help/");
-+ return _S("/usr/share/passwordsafe/help/");
- #endif
- }