From 06266ec6a378e50e99703b4ff63f7b7e91aa98f5 Mon Sep 17 00:00:00 2001 From: Chris Abela Date: Fri, 30 Mar 2012 00:12:04 -0400 Subject: system/burp: Updated for version 1.3.0. Signed-off-by: dsomero --- system/burp/burp.SlackBuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'system/burp/burp.SlackBuild') diff --git a/system/burp/burp.SlackBuild b/system/burp/burp.SlackBuild index 16029cb47a..8086e7e085 100644 --- a/system/burp/burp.SlackBuild +++ b/system/burp/burp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for burp -# Copyright 2011 Chris Abela, Malta +# Copyright 2011, 2012 Chris Abela, Malta # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=burp -VERSION=${VERSION:-1.2.2} +VERSION=${VERSION:-1.3.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -59,9 +59,9 @@ set -e rm -rf $PKG mkdir -p $TMP $PKG $OUTPUT cd $TMP -rm -rf $PRGNAM-$VERSION +rm -rf $PRGNAM tar xvf $CWD/$PRGNAM-$VERSION.tar.bz2 -cd $PRGNAM-$VERSION +cd $PRGNAM chown -R root:root . find . \ \( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \ -- cgit v1.2.3