From 31ea49de437f8c9a3889ba1dc35cd608cf0374a1 Mon Sep 17 00:00:00 2001 From: "Ryan P.C. McQuen" Date: Tue, 15 Apr 2014 09:35:58 +0700 Subject: network/ip2location-c: New maintainer. Signed-off-by: Willy Sudiarto Raharjo --- network/ip2location-c/ip2location-c.SlackBuild | 9 +++++---- network/ip2location-c/ip2location-c.info | 4 ++-- 2 files changed, 7 insertions(+), 6 deletions(-) (limited to 'network') 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" -- cgit v1.2.3