From 43fb9ef2cf8c1c091520d653ab5013b7090b4fde Mon Sep 17 00:00:00 2001 From: B. Watson Date: Tue, 21 Mar 2017 20:49:26 -0400 Subject: perl/perl-Curses-UI: Allow VERSION override, i486=>i586, shebang. Signed-off-by: B. Watson Signed-off-by: David Spencer --- perl/perl-Curses-UI/perl-Curses-UI.SlackBuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'perl/perl-Curses-UI') 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" -- cgit v1.2.3