perl/perl-Text-Autoformat: 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:57 -06:00
parent 9b36863522
commit c86dd7848f
1 changed files with 3 additions and 2 deletions

View File

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