perl/perl-Authen-SASL: 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:45:00 -05:00 committed by Robby Workman
parent 5cc830aca6
commit ae65965e7d
1 changed files with 3 additions and 2 deletions

View File

@ -27,12 +27,13 @@
# Build script for perl-Authen-SASL
SRCNAM=Authen-SASL
PRGNAM=perl-$SRCNAM
PRGNAM=perl-Authen-SASL
VERSION=${VERSION:-2.16}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRCNAM=Authen-SASL
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i586 ;;