diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2022-10-07 21:39:36 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-10-08 09:12:47 +0700 |
commit | c4b6653a23f571f60ef51b72b86da58c2e92f0e8 (patch) | |
tree | b0728486e0e7ac433c92ceb0f1e9be4b63dcc682 | |
parent | f3727a3257786bea0227ff1fb7c4e9cd66ddf41a (diff) | |
download | slackbuilds-c4b6653a23f571f60ef51b72b86da58c2e92f0e8.tar.gz |
perl/perl-XML-Stream: Remove make test.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | perl/perl-XML-Stream/perl-XML-Stream.SlackBuild | 6 |
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 {} \; |