mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
971d9e6fb5
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
19 lines
562 B
Diff
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
|
|
}
|