diff options
author | Willy Sudiarto Raharjo <willysr@slackware-id.org> | 2013-11-06 17:22:02 +0700 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-11-09 01:34:34 -0600 |
commit | 849d9a8fadc9a21881dd190f7f671a7fe72ec1a7 (patch) | |
tree | 51953b952564ebda6fdda63c58ab14f274dcbfdb /perl/perl-Time-modules/perl-Time-modules.SlackBuild | |
parent | b6df46f4a88f954c30daba9f69f01570f7005625 (diff) | |
download | slackbuilds-849d9a8fadc9a21881dd190f7f671a7fe72ec1a7.tar.gz |
perl/perl-Time-modules: Updated for version 2013.0912.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'perl/perl-Time-modules/perl-Time-modules.SlackBuild')
-rw-r--r-- | perl/perl-Time-modules/perl-Time-modules.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/perl/perl-Time-modules/perl-Time-modules.SlackBuild b/perl/perl-Time-modules/perl-Time-modules.SlackBuild index 8ff1616234..a62002b08f 100644 --- a/perl/perl-Time-modules/perl-Time-modules.SlackBuild +++ b/perl/perl-Time-modules/perl-Time-modules.SlackBuild @@ -23,7 +23,7 @@ SRCNAM=Time-modules PRGNAM=perl-$SRCNAM -VERSION=${VERSION:-2006.0814} +VERSION=${VERSION:-2013.0912} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -63,11 +63,11 @@ rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$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 \ PREFIX=/usr \ |