diff options
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 |