slackbuilds_ponce/system/passwordsafe/01_help-xml.patch
rfmae 971d9e6fb5 system/passwordsafe: Updated for version 1.02BETA.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
2017-04-13 07:27:50 +07:00

19 lines
562 B
Diff

--- 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
}