diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-03-05 00:13:20 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-06 02:04:14 +0700 |
commit | a4a60ae20406e3789bac14aa2f05bd306d04eb2f (patch) | |
tree | 0eee7a1010fb9e4ae54fc5df8d798cce149c7cf5 /network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild | |
parent | 5349357ec44db657346275b458211b2e794798de (diff) | |
download | slackbuilds-a4a60ae20406e3789bac14aa2f05bd306d04eb2f.tar.gz |
network/qbittorrent-qt5: Updated for version 4.0.4.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild')
-rw-r--r-- | network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild index c8d1681161..2d5e7a6564 100644 --- a/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild +++ b/network/qbittorrent-qt5/qbittorrent-qt5.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=qbittorrent-qt5 -SRCNAM=qbittorrent +SRCNAM=qBittorrent VERSION=${VERSION:-4.0.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -60,9 +60,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $SRCNAM-$VERSION -tar xvf $CWD/$SRCNAM-$VERSION.tar.?z* -cd $SRCNAM-$VERSION +rm -rf $SRCNAM-release-$VERSION +tar xvf $CWD/$SRCNAM-release-$VERSION.tar.?z* +cd $SRCNAM-release-$VERSION chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ |