From 1758bbb521178a94c781404eeee9441baa498c7d Mon Sep 17 00:00:00 2001 From: Eric Hameleers Date: Fri, 13 May 2011 18:00:21 +0000 Subject: Update to 0.6.0 --- sabnzb/build/sabnzb.SlackBuild | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'sabnzb/build/sabnzb.SlackBuild') 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 +# 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 # * Initial build. +# 0.6.0-1: 13/may/2011 by Eric Hameleers +# * 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 <> $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 -- cgit v1.2.3-65-gdbad