summaryrefslogtreecommitdiff
path: root/system/passwordsafe/01_help-xml.patch
diff options
context:
space:
mode:
authorrfmae <rfmae.git@mailbox.org>2018-04-18 10:56:21 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-04-21 07:43:00 +0700
commit1abf27187acdf9d6b7e97e18823f472f4d3b380f (patch)
tree5227c73cdd5b826ddd728c0f480d240addf1d891 /system/passwordsafe/01_help-xml.patch
parent25ea671171009609e0cf76d7f26df9b292fc85c2 (diff)
downloadslackbuilds-1abf27187acdf9d6b7e97e18823f472f4d3b380f.tar.gz
system/passwordsafe: Updated for version 1.05BETA.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/passwordsafe/01_help-xml.patch')
-rw-r--r--system/passwordsafe/01_help-xml.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/system/passwordsafe/01_help-xml.patch b/system/passwordsafe/01_help-xml.patch
deleted file mode 100644
index 5907667d75..0000000000
--- a/system/passwordsafe/01_help-xml.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- 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
- }