From b7cfb951031e4bf57b2fcd430c64224df0652711 Mon Sep 17 00:00:00 2001 From: rfmae Date: Sat, 7 Jan 2017 13:20:15 +0700 Subject: system/passwordsafe: Updated for version 1.01BETA. Signed-off-by: Willy Sudiarto Raharjo --- system/passwordsafe/01_help-xml.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 system/passwordsafe/01_help-xml.patch (limited to 'system/passwordsafe/01_help-xml.patch') 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/"); + } -- cgit v1.2.3