summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Ryan P.C. McQuen <ryanpcmcquen@gmail.com>2014-04-15 09:35:58 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-04-15 09:35:58 +0700
commit31ea49de437f8c9a3889ba1dc35cd608cf0374a1 (patch)
treedba4aa22ff6283fbf3c702848f32da71a07feecb
parent4b6928646975d229f3d39f11d0a80abffadfb4ea (diff)
downloadslackbuilds-31ea49de4.tar.gz
slackbuilds-31ea49de4.tar.xz
network/ip2location-c: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--network/ip2location-c/ip2location-c.SlackBuild9
-rw-r--r--network/ip2location-c/ip2location-c.info4
2 files changed, 7 insertions, 6 deletions
diff --git a/network/ip2location-c/ip2location-c.SlackBuild b/network/ip2location-c/ip2location-c.SlackBuild
index 003906d912..c743af81ab 100644
--- a/network/ip2location-c/ip2location-c.SlackBuild
+++ b/network/ip2location-c/ip2location-c.SlackBuild
@@ -2,6 +2,7 @@
# Slackware build script for ip2location-c
# Copyright 2012, 2013 Chris Abela, Malta
+# Copyright 2014 Ryan P.C. McQuen, WA, ryan.q@linux.com
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -63,10 +64,10 @@ tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
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 \
- \( -perm 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \
- -exec chmod 644 {} \;
+ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
+ -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 {} \;
autoreconf -vif
diff --git a/network/ip2location-c/ip2location-c.info b/network/ip2location-c/ip2location-c.info
index ae5455089c..4f51a26cd8 100644
--- a/network/ip2location-c/ip2location-c.info
+++ b/network/ip2location-c/ip2location-c.info
@@ -6,5 +6,5 @@ MD5SUM="b4f3944d1b9cd7a177d00799b3a900ea"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Chris Abela"
-EMAIL="kristofru@gmail.com"
+MAINTAINER="Ryan P.C. McQuen"
+EMAIL="ryan.q@linux.com"