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:
parent
5cc830aca6
commit
ae65965e7d
|
@ -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 ;;
|
||||
|
|
Loading…
Reference in New Issue