diff options
author | Chris Abela <kristofru@gmail.com> | 2012-03-30 00:12:04 -0400 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2012-03-30 00:12:04 -0400 |
commit | 06266ec6a378e50e99703b4ff63f7b7e91aa98f5 (patch) | |
tree | a6a92dbfe013d922a5a9385586f1afc4c9297115 /system/burp/burp.SlackBuild | |
parent | 4548962178ae48347c4b4f1d4fd59babe3bf0562 (diff) | |
download | slackbuilds-06266ec6a378e50e99703b4ff63f7b7e91aa98f5.tar.gz |
system/burp: Updated for version 1.3.0.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
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 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 \) \ |