summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Glenn Becker <burningc@sdf.org>2014-06-23 07:47:34 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-06-23 07:48:00 +0700
commita2945bc977ec043d1c42f26a6f30eca95f5e9743 (patch)
tree2e8d92933eefea05e2b9c34d3052c39de036b53e
parent81d8f0cc080f8678480b1613618d7bd14fe5f41d (diff)
downloadslackbuilds-a2945bc977ec043d1c42f26a6f30eca95f5e9743.tar.gz
slackbuilds-a2945bc977ec043d1c42f26a6f30eca95f5e9743.tar.xz
perl/perl-extutils-pkgconfig: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r--perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild6
-rw-r--r--perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.info4
2 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild b/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild
index 6b2595bbd0..c167b4f28f 100644
--- a/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild
+++ b/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild
@@ -53,10 +53,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz
cd $SRCNAM-$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 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 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
perl Makefile.PL
make
diff --git a/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.info b/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.info
index 19710f8b32..1a75374a5c 100644
--- a/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.info
+++ b/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.info
@@ -6,5 +6,5 @@ MD5SUM="1872e659cf2bb0b2471d75fce735e622"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Binh Nguyen"
-EMAIL="binhvng@gmail.com"
+MAINTAINER="Glenn Becker"
+EMAIL="burningc@sdf.org"