summaryrefslogtreecommitdiffstats
path: root/perl/perl-XML-Stream
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-XML-Stream')
-rw-r--r--perl/perl-XML-Stream/perl-XML-Stream.SlackBuild6
1 files changed, 1 insertions, 5 deletions
diff --git a/perl/perl-XML-Stream/perl-XML-Stream.SlackBuild b/perl/perl-XML-Stream/perl-XML-Stream.SlackBuild
index 4442c258a1..69eef90168 100644
--- a/perl/perl-XML-Stream/perl-XML-Stream.SlackBuild
+++ b/perl/perl-XML-Stream/perl-XML-Stream.SlackBuild
@@ -3,7 +3,7 @@
# Slackware build script for perl-XML-Stream
# Copyright 2013 Christopher Walker Copperas Cove, TX
-# Copyright 2019, Alexander Verbovetsky, Moscow, Russia
+# Copyright 2019-2022, Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -41,9 +41,6 @@ if [ -z "$ARCH" ]; then
esac
fi
-# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
-# the name of the created package would be, and then exit. This information
-# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
@@ -73,7 +70,6 @@ perl Makefile.PL \
INSTALLDIRS=vendor \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
-make test
make install DESTDIR=$PKG
find $PKG/usr/man -type f -exec gzip -9 {} \;