diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-11-03 10:59:09 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-03 11:12:16 -0600 |
commit | 54ad5b6b46d2f358dabc66a264d95902fdfd5c76 (patch) | |
tree | d3ed6a63fa482f7b1067066ff0e9cf7a7c1bf99e /network/xtables-addons/xtables-addons.SlackBuild | |
parent | 4ec75b3e9badb2fc12e8a88d65e99f45ad953562 (diff) | |
download | slackbuilds-54ad5b6b46d2f358dabc66a264d95902fdfd5c76.tar.gz |
network/xtables: Updated for version 2.3.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'network/xtables-addons/xtables-addons.SlackBuild')
-rw-r--r-- | network/xtables-addons/xtables-addons.SlackBuild | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/network/xtables-addons/xtables-addons.SlackBuild b/network/xtables-addons/xtables-addons.SlackBuild index 3390a83662..dfc222a31d 100644 --- a/network/xtables-addons/xtables-addons.SlackBuild +++ b/network/xtables-addons/xtables-addons.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for xtables-addons -# Copyright 2008-2012 Robby Workman, Northport, Alabama, USA +# Copyright 2008-2013 Robby Workman, Northport, Alabama, USA # 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=xtables-addons -VERSION=${VERSION:-1.47} +VERSION=${VERSION:-2.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -83,9 +83,6 @@ CFLAGS="$SLKCFLAGS" \ make make install DESTDIR=$PKG -# Hrm, we don't want to install these -rm -f $PKG/lib/modules/${KERNEL}/modules.* - find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \ | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true |