diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-09 08:19:29 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-11 10:53:28 -0600 |
commit | a227e67d2946ce5cfe2f17ba1b9c91d618b83d14 (patch) | |
tree | 56c49aeccb8f0da18901756e944b7dffe3a09350 /perl/perl-Tidy/perl-Tidy.SlackBuild | |
parent | b02bc7bf636e572eb91bf5da2629ad0818e021aa (diff) | |
download | slackbuilds-a227e67d2946ce5cfe2f17ba1b9c91d618b83d14.tar.gz |
perl/perl-Tidy: Updated for version 20130922.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Tidy/perl-Tidy.SlackBuild')
-rw-r--r-- | perl/perl-Tidy/perl-Tidy.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Tidy/perl-Tidy.SlackBuild b/perl/perl-Tidy/perl-Tidy.SlackBuild index cc74a49d41..11dbd8753b 100644 --- a/perl/perl-Tidy/perl-Tidy.SlackBuild +++ b/perl/perl-Tidy/perl-Tidy.SlackBuild @@ -4,7 +4,7 @@ # Written by Joey Trungale <joey@trungale.net> PRGNAM=perl-Tidy -VERSION=${VERSION:-20090616} +VERSION=${VERSION:-20130922} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -46,11 +46,11 @@ rm -rf $SRC_PRGNAM-$VERSION tar xvf $CWD/$SRC_PRGNAM-$VERSION.tar.gz cd $SRC_PRGNAM-$VERSION chown -R root:root . -find . \ +find -L . \ \( -perm 777 -o -perm 775 -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 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \ + -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; perl Makefile.PL \ INSTALLDIRS=vendor \ |