diff options
author | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-26 02:04:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-02-26 02:04:44 +0700 |
commit | ab588f4265be6752e8266e3b260be49933d997cb (patch) | |
tree | 6b5f0b648b5da0b5f9112a3dd35b718ef583ffcd /perl/perl-Test-Deep/perl-Test-Deep.SlackBuild | |
parent | e6d2d0ac91a455d2f89eac78a899597be4a99bd4 (diff) | |
download | slackbuilds-ab588f4265be6752e8266e3b260be49933d997cb.tar.gz |
perl/perl-Test-Deep: Updated for version 0.115.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-Test-Deep/perl-Test-Deep.SlackBuild')
-rw-r--r-- | perl/perl-Test-Deep/perl-Test-Deep.SlackBuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild b/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild index 5979182eac..53c4e11580 100644 --- a/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild +++ b/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild @@ -27,7 +27,7 @@ PRGNAM="perl-Test-Deep" -VERSION=${VERSION:-0.110} +VERSION=${VERSION:-0.115} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -48,7 +48,7 @@ OUTPUT=${OUTPUT:-/tmp} set -e -DOCS="CHANGES README" +DOCS="Changes README" if [ "$ARCH" = "i486" ]; then SLKCFLAGS="-O2 -march=i486 -mtune=i686" @@ -71,11 +71,10 @@ tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $TMP/$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 666 -o -perm 664 -o -perm 600 -o -perm 444 -o -perm 440 -o -perm 400 \) \ - -exec chmod 644 {} \; - + \( -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 {} \; CFLAGS="$SLKCFLAGS" \ perl Makefile.PL PREFIX=/usr INSTALLDIRS=vendor \ |