diff options
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 |
commit | a2945bc977ec043d1c42f26a6f30eca95f5e9743 (patch) | |
tree | 2e8d92933eefea05e2b9c34d3052c39de036b53e /perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild | |
parent | 81d8f0cc080f8678480b1613618d7bd14fe5f41d (diff) |
perl/perl-extutils-pkgconfig: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild')
-rw-r--r-- | perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild b/perl/perl-extutils-pkgconfig/perl-extutils-pkgconfig.SlackBuild index 6b2595bbd043..c167b4f28f25 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 |