From 281f4da8f7b5338f0c6c6e443f601b072269eb44 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Fri, 3 Jan 2020 01:46:55 -0600 Subject: perl/perl-Time-modules: Fixed PRGNAM in build script Signed-off-by: Robby Workman --- perl/perl-Time-modules/perl-Time-modules.SlackBuild | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/perl/perl-Time-modules/perl-Time-modules.SlackBuild b/perl/perl-Time-modules/perl-Time-modules.SlackBuild index 2d4604479f..7064e0ef75 100644 --- a/perl/perl-Time-modules/perl-Time-modules.SlackBuild +++ b/perl/perl-Time-modules/perl-Time-modules.SlackBuild @@ -1,6 +1,7 @@ #!/bin/sh # Slackware build script for perl-Time-modules + # Copyright 2010 V'yacheslav Stetskevych # All rights reserved. # @@ -21,12 +22,13 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. -SRCNAM=Time-modules -PRGNAM=perl-$SRCNAM +PRGNAM=perl-Time-modules VERSION=${VERSION:-2013.0912} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=Time-modules + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; -- cgit v1.2.3