diff options
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 8ff1616234400..a62002b08fe8b 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 \ |