perl/perl-extutils-pkgconfig: New maintainer.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Glenn Becker 2014-06-23 07:47:34 +07:00 committed by Willy Sudiarto Raharjo
parent 81d8f0cc08
commit a2945bc977
2 changed files with 5 additions and 5 deletions

View file

@ -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

View file

@ -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"