mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
perl/perl-Text-Reform: Fixed PRGNAM in build script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
281f4da8f7
commit
9b36863522
1 changed files with 3 additions and 2 deletions
|
@ -3,12 +3,13 @@
|
|||
# Slackware build script for perl-Text-Reform
|
||||
# Written by Šime Ramov <s@ramov.com>
|
||||
|
||||
SRCNAM=Text-Reform
|
||||
PRGNAM=perl-$SRCNAM
|
||||
PRGNAM=perl-Text-Reform
|
||||
VERSION=${VERSION:-1.20}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM=Text-Reform
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
|
|
Loading…
Reference in a new issue