summaryrefslogtreecommitdiffstats
path: root/qbittorrent/build/qbittorrent.SlackBuild
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2010-12-20 22:00:06 +0000
committer Eric Hameleers <alien@slackware.com>2010-12-20 22:00:06 +0000
commit80795db5b72c9fb53cd1a3f7b2177cbb98bf9b7f (patch)
tree70f3de7b815fe679c84ae81057ffe9494f5e658a /qbittorrent/build/qbittorrent.SlackBuild
parent6868d5fb63c4f789d7696ccab03f9ec9ea02eace (diff)
downloadasb-80795db5b72c9fb53cd1a3f7b2177cbb98bf9b7f.tar.gz
asb-80795db5b72c9fb53cd1a3f7b2177cbb98bf9b7f.tar.xz
Updated to 2.2.8
Diffstat (limited to '')
-rwxr-xr-xqbittorrent/build/qbittorrent.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/qbittorrent/build/qbittorrent.SlackBuild b/qbittorrent/build/qbittorrent.SlackBuild
index 4a76a1fa..b0e0877a 100755
--- a/qbittorrent/build/qbittorrent.SlackBuild
+++ b/qbittorrent/build/qbittorrent.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright (c) 2010 Eric Hameleers <alien@slackware.com>
+# Copyright (c) 2010 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 2.2.0-1: 19/Mar/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 2.2.8-1: 01/jun/2010 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh qbittorrent.SlackBuild' to build a Slackware package.
# The package (.tgz) and .txt file as well as build logs are created in /tmp .
@@ -42,7 +44,7 @@
# Set initial variables:
PRGNAM=qbittorrent
-VERSION=${VERSION:-2.2.0}
+VERSION=${VERSION:-2.2.8}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
TAG=${TAG:-alien}
@@ -141,7 +143,7 @@ echo "Extracting the source archive(s) for $PRGNAM..."
tar -xvf ${SOURCE}
cd ${PRGNAM}-${VERSION}
chown -R root:root .
-chmod -R u+w,go+r-w,a-s .
+chmod -R u+w,go+r-w,a+X-s .
echo Building ...
# Process the docfiles first because "make" compresses them: