perl/perl-Text-Reform: Fixed PRGNAM in build script

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2020-01-03 01:47:25 -06:00
parent 281f4da8f7
commit 9b36863522

View file

@ -3,12 +3,13 @@
# Slackware build script for perl-Text-Reform
# Written by Šime Ramov <s@ramov.com>
SRCNAM=Text-Reform
PRGNAM=perl-$SRCNAM
PRGNAM=perl-Text-Reform
VERSION=${VERSION:-1.20}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
SRCNAM=Text-Reform
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;