diff options
Diffstat (limited to 'system/burp/burp.SlackBuild')
-rw-r--r-- | system/burp/burp.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/burp/burp.SlackBuild b/system/burp/burp.SlackBuild index 16029cb47a9c..8086e7e085a2 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 \) \ |