diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-03 02:45:00 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 02:10:58 -0600 |
commit | ae65965e7de96023a4190d3a8270ea72333e5c5e (patch) | |
tree | 6b3f57ce9ec4b5dd30988fdbb0fa2691873d7a7f /perl/perl-Authen-SASL | |
parent | 5cc830aca6c8aa72124b5cc701984a82247a30ca (diff) | |
download | slackbuilds-ae65965e7de96023a4190d3a8270ea72333e5c5e.tar.gz |
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>
Diffstat (limited to 'perl/perl-Authen-SASL')
-rw-r--r-- | perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild b/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild index c71cb65160..1eb89d7005 100644 --- a/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild +++ b/perl/perl-Authen-SASL/perl-Authen-SASL.SlackBuild @@ -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 ;; |