summaryrefslogtreecommitdiffstats
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.patch21
1 files changed, 12 insertions, 9 deletions
diff --git a/system/passwordsafe/01_help-xml.patch b/system/passwordsafe/01_help-xml.patch
index 3c6721b513..5907667d75 100644
--- a/system/passwordsafe/01_help-xml.patch
+++ b/system/passwordsafe/01_help-xml.patch
@@ -1,16 +1,19 @@
-diff -Naur pwsafe-1.01BETA.orig/src/os/unix/dir.cpp pwsafe-1.01BETA/src/os/unix/dir.cpp
---- pwsafe-1.01BETA.orig/src/os/unix/dir.cpp 2016-12-21 21:10:25.000000000 +0100
-+++ pwsafe-1.01BETA/src/os/unix/dir.cpp 2017-01-07 04:05:12.837349604 +0100
-@@ -173,10 +173,10 @@
-
- stringT pws_os::getxmldir(void)
- {
+--- 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
}
- stringT pws_os::gethelpdir(void)
- {
+@@ -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
}