summaryrefslogtreecommitdiffstats
path: root/system/passwordsafe/passwordsafe.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'system/passwordsafe/passwordsafe.SlackBuild')
-rw-r--r--system/passwordsafe/passwordsafe.SlackBuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/system/passwordsafe/passwordsafe.SlackBuild b/system/passwordsafe/passwordsafe.SlackBuild
index f47d371d10..9396734f6e 100644
--- a/system/passwordsafe/passwordsafe.SlackBuild
+++ b/system/passwordsafe/passwordsafe.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=passwordsafe
-VERSION=${VERSION:-1.00BETA}
+VERSION=${VERSION:-1.01BETA}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=pwsafe
@@ -82,8 +82,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-# Change path to help files to the proper directory.
-sed -i 's/\/usr\/share\/doc\/passwordsafe\/help\//\/usr\/share\/passwordsafe\/help\//' src/os/unix/dir.cpp
+# Change path to help and xml files to the proper directory.
+patch -p1 < $CWD/01_help-xml.patch
CFLAGS="$SLKCFLAGS"
CXXFLAGS="$SLKCFLAGS"