summaryrefslogtreecommitdiffstats
path: root/network/ipv6calc/ipv6calc.SlackBuild
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryan.q@linux.com>2015-04-06 15:09:28 -0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-12 10:07:04 +0700
commit9157dfd2fb63b6832fbd8e522576c67a90c463c4 (patch)
treef7e986224007994ca847ab9830c5d241c294e4f6 /network/ipv6calc/ipv6calc.SlackBuild
parent2d26c1aba9cb12a22221ba64726fa789485c0f4d (diff)
downloadslackbuilds-9157dfd2fb63b6832fbd8e522576c67a90c463c4.tar.gz
slackbuilds-9157dfd2fb63b6832fbd8e522576c67a90c463c4.tar.xz
network/ipv6calc: Updated for version 0.98.0.
Signed-off-by: Ryan P.C. McQuen <ryan.q@linux.com>
Diffstat (limited to 'network/ipv6calc/ipv6calc.SlackBuild')
-rw-r--r--network/ipv6calc/ipv6calc.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/network/ipv6calc/ipv6calc.SlackBuild b/network/ipv6calc/ipv6calc.SlackBuild
index e4857ceef5..a65c2f3940 100644
--- a/network/ipv6calc/ipv6calc.SlackBuild
+++ b/network/ipv6calc/ipv6calc.SlackBuild
@@ -24,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=ipv6calc
-VERSION=${VERSION:-0.96.0}
+VERSION=${VERSION:-0.98.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -66,9 +66,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
if [ "$IP2LOCATION" = yes ]; then
ENABLE_IP2LOCATION="${ENABLE_IP2LOCATION:-"--enable-ip2location"}"
@@ -88,7 +88,7 @@ CXXFLAGS="$SLKCFLAGS" \
make
make install DESTDIR=$PKG
-find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
+find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
find $PKG/usr/man -type f -exec gzip -9 {} \;