slackbuilds_ponce/system/passwordsafe/01_help-xml.patch

20 lines
562 B
Diff
Raw Normal View History

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