perl/perl-Curses: Fixed PRGNAM in build script.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
B. Watson 2020-01-03 02:47:59 -05:00 committed by Robby Workman
parent 0537c5b97a
commit dacf73ec96
1 changed files with 3 additions and 2 deletions

View File

@ -4,12 +4,13 @@
# Written by Vincent Batts, vbatts@hashbangbash.com
SRCNAM=Curses
PRGNAM=perl-$SRCNAM
PRGNAM=perl-Curses
VERSION=${VERSION:-1.28}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=Curses
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;