aboutsummaryrefslogtreecommitdiff
path: root/system/passwordsafe/01_help-xml.patch
diff options
context:
space:
mode:
authorrfmae <rfmae.git@mailbox.org>2017-04-11 01:11:08 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2017-04-13 07:27:50 +0700
commit971d9e6fb580c3de9e90d19da2f76bbe151d97fd (patch)
treee40361460eb357d1e2fcf6d07fd13dab70d2836e /system/passwordsafe/01_help-xml.patch
parentf5b7f2bc8da0c27d3ddebd9dfe429cccbaf14685 (diff)
system/passwordsafe: Updated for version 1.02BETA.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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
}