Description: Edit paths
 The install paths for some of the supporting files do not comply with
 Debian Policy.  This patch corrects those paths.
Author: Bill Blough <devel@blough.us>
Forwarded: https://github.com/pwsafe/pwsafe/pull/4
Last-Update: 2017-06-24
--- a/src/os/unix/dir.cpp
+++ b/src/os/unix/dir.cpp
@@ -176,7 +176,7 @@ stringT pws_os::getxmldir(void)
 #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 @@ stringT pws_os::gethelpdir(void)
 #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
 }
