diff options
author | Thomas Szteliga <ts@websafe.pl> | 2018-06-15 21:46:09 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2018-06-17 19:13:21 +0100 |
commit | f3faf51a3acacab27d3363083130047668212dcd (patch) | |
tree | 98991757068cef893982a25e8d4eb9992d2e4fdc /misc/KeePassHttp/KeePassHttp.SlackBuild | |
parent | bb60483594a6ec9d16d191c4c3ba5221cabb8d7e (diff) |
misc/KeePassHttp: Move file to new location.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc/KeePassHttp/KeePassHttp.SlackBuild')
-rw-r--r-- | misc/KeePassHttp/KeePassHttp.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/misc/KeePassHttp/KeePassHttp.SlackBuild b/misc/KeePassHttp/KeePassHttp.SlackBuild index 3d1ec2a1a5f1b..01ea904741a6c 100644 --- a/misc/KeePassHttp/KeePassHttp.SlackBuild +++ b/misc/KeePassHttp/KeePassHttp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for KeePassHttp -# Copyright (c) 2016-2017 Thomas Szteliga <ts@websafe.pl>, Opole, PL +# Copyright (c) 2016-2018 Thomas Szteliga <ts@websafe.pl>, Opole, PL # # Permission is hereby granted, free of charge, to any person obtaining a copy # of this software and associated documentation files (the "Software"), to deal @@ -24,7 +24,7 @@ PRGNAM=KeePassHttp VERSION=${VERSION:-1.8.4.2} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} ARCH=noarch @@ -53,8 +53,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 {} \; -mkdir -p $PKG/usr/lib/KeePass -cp -a KeePassHttp.plgx $PKG/usr/lib/KeePass +mkdir -p $PKG/usr/lib/KeePass/Release +cp -a KeePassHttp.plgx $PKG/usr/lib/KeePass/Release mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a LICENSE README.md $PKG/usr/doc/$PRGNAM-$VERSION |