summaryrefslogtreecommitdiff
path: root/system/passwordsafe/01_help-xml.patch
diff options
context:
space:
mode:
authorrfmae <rf.mae.git@gmail.com>2017-01-07 13:20:15 +0700
committerDavid Spencer <idlemoor@slackbuilds.org>2017-01-09 20:18:25 +0000
commitb7cfb951031e4bf57b2fcd430c64224df0652711 (patch)
tree97ecb6aea946609feefe9b836569496d8f20a279 /system/passwordsafe/01_help-xml.patch
parent7e083894936d121318397ed737c275146df5ba34 (diff)
downloadslackbuilds-b7cfb951031e4bf57b2fcd430c64224df0652711.tar.gz
system/passwordsafe: Updated for version 1.01BETA.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/passwordsafe/01_help-xml.patch')
-rw-r--r--system/passwordsafe/01_help-xml.patch16
1 files changed, 16 insertions, 0 deletions
diff --git a/system/passwordsafe/01_help-xml.patch b/system/passwordsafe/01_help-xml.patch
new file mode 100644
index 0000000000..3c6721b513
--- /dev/null
+++ b/system/passwordsafe/01_help-xml.patch
@@ -0,0 +1,16 @@
+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)
+ {
+- return _S("/usr/share/pwsafe/xml/");
++ return _S("/usr/share/passwordsafe/xml/");
+ }
+
+ stringT pws_os::gethelpdir(void)
+ {
+- return _S("/usr/share/doc/passwordsafe/help/");
++ return _S("/usr/share/passwordsafe/help/");
+ }