diff options
author | rfmae <rf.mae.git@gmail.com> | 2017-01-07 13:20:15 +0700 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-01-09 20:18:25 +0000 |
commit | b7cfb951031e4bf57b2fcd430c64224df0652711 (patch) | |
tree | 97ecb6aea946609feefe9b836569496d8f20a279 /system/passwordsafe/passwordsafe.SlackBuild | |
parent | 7e083894936d121318397ed737c275146df5ba34 (diff) |
system/passwordsafe: Updated for version 1.01BETA.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/passwordsafe/passwordsafe.SlackBuild')
-rw-r--r-- | system/passwordsafe/passwordsafe.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/system/passwordsafe/passwordsafe.SlackBuild b/system/passwordsafe/passwordsafe.SlackBuild index f47d371d1069..9396734f6e7a 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" |