summaryrefslogtreecommitdiffstats
path: root/perl/perl-Curses-UI
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Curses-UI')
-rw-r--r--perl/perl-Curses-UI/perl-Curses-UI.SlackBuild10
1 files changed, 5 insertions, 5 deletions
diff --git a/perl/perl-Curses-UI/perl-Curses-UI.SlackBuild b/perl/perl-Curses-UI/perl-Curses-UI.SlackBuild
index acc563752e..37cd962174 100644
--- a/perl/perl-Curses-UI/perl-Curses-UI.SlackBuild
+++ b/perl/perl-Curses-UI/perl-Curses-UI.SlackBuild
@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/sh
# Copyright (c) 2010 Daniel LEVAI
# All rights reserved.
@@ -28,7 +28,7 @@
# Build script for perl-Curses-UI
PRGNAM=perl-Curses-UI
-VERSION=0.9609
+VERSION=${VERSION:-0.9609}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -36,7 +36,7 @@ SRCNAM=Curses-UI
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -47,8 +47,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ];then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ];then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"