diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 01:47:57 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2020-01-03 02:06:14 -0600 |
commit | c86dd7848f9b4d43fd27fb01c4216c832cbaf109 (patch) | |
tree | 7136800dd3cf17666edc69956ed62dfdcfbdefbb | |
parent | 9b3686352200ce757d327d8970f37bf7055fceca (diff) | |
download | slackbuilds-c86dd7848f9b4d43fd27fb01c4216c832cbaf109.tar.gz |
perl/perl-Text-Autoformat: Fixed PRGNAM in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild b/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild index 3089f4c6c0..c91ca23443 100644 --- a/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild +++ b/perl/perl-Text-Autoformat/perl-Text-Autoformat.SlackBuild @@ -3,12 +3,13 @@ # Slackware build script for perl-Text-Autoformat # Written by Šime Ramov <s@ramov.com> -SRCNAM=Text-Autoformat -PRGNAM=perl-$SRCNAM +PRGNAM=perl-Text-Autoformat VERSION=${VERSION:-1.74} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} +SRCNAM=Text-Autoformat + if [ -z "$ARCH" ]; then case "$( uname -m )" in i?86) ARCH=i586 ;; |