summaryrefslogtreecommitdiffstats
path: root/system/curlftpfs
diff options
context:
space:
mode:
author B. Watson2017-03-21 18:12:17 +0100
committer David Spencer2017-03-25 14:28:52 +0100
commitfa01b9fdc52df147f9ccb8f72aa060c0084428a9 (patch)
tree4806ed8508f2e61ba1097b53e11dc29ec6e68d24 /system/curlftpfs
parente250c32ed4cd83364d9cc550ceb4108c960403fa (diff)
downloadslackbuilds-fa01b9fdc52df147f9ccb8f72aa060c0084428a9.tar.gz
system/curlftpfs: Allow VERSION override, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/curlftpfs')
-rw-r--r--system/curlftpfs/curlftpfs.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/system/curlftpfs/curlftpfs.SlackBuild b/system/curlftpfs/curlftpfs.SlackBuild
index 6a19ae589f..29f53b67d8 100644
--- a/system/curlftpfs/curlftpfs.SlackBuild
+++ b/system/curlftpfs/curlftpfs.SlackBuild
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=curlftpfs
-VERSION=0.9.2
+VERSION=${VERSION:-0.9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,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"