mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
perl/perl-Curses: 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
0537c5b97a
commit
dacf73ec96
1 changed files with 3 additions and 2 deletions
|
@ -4,12 +4,13 @@
|
||||||
|
|
||||||
# Written by Vincent Batts, vbatts@hashbangbash.com
|
# Written by Vincent Batts, vbatts@hashbangbash.com
|
||||||
|
|
||||||
SRCNAM=Curses
|
PRGNAM=perl-Curses
|
||||||
PRGNAM=perl-$SRCNAM
|
|
||||||
VERSION=${VERSION:-1.28}
|
VERSION=${VERSION:-1.28}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
SRCNAM=Curses
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i586 ;;
|
i?86) ARCH=i586 ;;
|
||||||
|
|
Loading…
Reference in a new issue