summaryrefslogtreecommitdiffstats
path: root/sabnzb
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2011-05-13 18:00:21 +0000
committer Eric Hameleers <alien@slackware.com>2011-05-13 18:00:21 +0000
commit1758bbb521178a94c781404eeee9441baa498c7d (patch)
treeffaf66318415a5603615f56d4fac864139db771b /sabnzb
parentacbf8761441bcdf38024595c0c26c462b78fdff5 (diff)
downloadasb-1758bbb521178a94c781404eeee9441baa498c7d.tar.gz
asb-1758bbb521178a94c781404eeee9441baa498c7d.tar.xz
Update to 0.6.0
Diffstat (limited to 'sabnzb')
-rwxr-xr-xsabnzb/build/sabnzb.SlackBuild12
1 files changed, 7 insertions, 5 deletions
diff --git a/sabnzb/build/sabnzb.SlackBuild b/sabnzb/build/sabnzb.SlackBuild
index 34085769..ea7249af 100755
--- a/sabnzb/build/sabnzb.SlackBuild
+++ b/sabnzb/build/sabnzb.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright (c) 2010 Eric Hameleers <alien@slackware.com>
+# Copyright 2010, 2011 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -32,6 +32,8 @@
# Changelog:
# 0.5.0-1: 23/Mar/2010 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 0.6.0-1: 13/may/2011 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh sabnzb.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=sabnzb
-VERSION=${VERSION:-0.5.0}
+VERSION=${VERSION:-0.6.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:" -j4 "}
ARCH=noarch
@@ -118,10 +120,10 @@ echo "++"
cd $TMP/tmp-$PRGNAM
echo "Extracting the source archive(s) for $PRGNAM..."
-tar -xvf ${SOURCE}
+tar -zxvf ${SOURCE}
cd SABnzbd-${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 ...
# Just copying files really... it's only python:
@@ -150,7 +152,7 @@ EOT
cat <<EOT >> $PKG/install/doinst.sh
# Update the desktop database:
if [ -x usr/bin/update-desktop-database ]; then
- chroot . /usr/bin/update-desktop-database usr/share/applications > /dev/null 2>&1
+ chroot . /usr/bin/update-desktop-database usr/share/applications 1>/dev/null 2>&1
fi
EOT