summaryrefslogtreecommitdiffstats
path: root/perl/perl-Test-Deep/perl-Test-Deep.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Test-Deep/perl-Test-Deep.SlackBuild')
-rw-r--r--perl/perl-Test-Deep/perl-Test-Deep.SlackBuild13
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 \