diff options
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 c71cb6516087..1eb89d7005df 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 ;; |