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 | |
parent | bb60483594a6ec9d16d191c4c3ba5221cabb8d7e (diff) | |
download | slackbuilds-f3faf51a3acacab27d3363083130047668212dcd.tar.gz |
misc/KeePassHttp: Move file to new location.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'misc')
-rw-r--r-- | misc/KeePassHttp/KeePassHttp.SlackBuild | 8 | ||||
-rw-r--r-- | misc/KeePassHttp/slack-desc | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/misc/KeePassHttp/KeePassHttp.SlackBuild b/misc/KeePassHttp/KeePassHttp.SlackBuild index 3d1ec2a1a5..01ea904741 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 diff --git a/misc/KeePassHttp/slack-desc b/misc/KeePassHttp/slack-desc index fac8da8c66..12b4e2ddb7 100644 --- a/misc/KeePassHttp/slack-desc +++ b/misc/KeePassHttp/slack-desc @@ -14,6 +14,6 @@ KeePassHttp: KeePassHttp: This plugin is primarily intended for use with PassIFox for Mozilla KeePassHttp: Firefox and chromeIPass for Google Chrome. KeePassHttp: -KeePassHttp: Project homepage: https://github.com/pfn/keepasshttp +KeePassHttp: KeePassHttp: KeePassHttp: |