diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-12-26 10:52:45 +0000 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-12-26 10:53:23 +0000 |
commit | b129eef611506466c9660d5790a02b8c503c9501 (patch) | |
tree | 10417525876be1202a72c303ae89e23f43bdda33 /system/gpart/gpart.SlackBuild | |
parent | 109f7f48a90a29cdf42fe01285d1ba639aaf58e2 (diff) | |
download | slackbuilds-b129eef611506466c9660d5790a02b8c503c9501.tar.gz |
system/gpart: Fixed download.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/gpart/gpart.SlackBuild')
-rw-r--r-- | system/gpart/gpart.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/gpart/gpart.SlackBuild b/system/gpart/gpart.SlackBuild index 14b7cd3953..e544ccea0b 100644 --- a/system/gpart/gpart.SlackBuild +++ b/system/gpart/gpart.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for gpart -# Copyright 2015 Hunter Sezen California, USA +# Copyright 2015-2016 Hunter Sezen California, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -29,7 +29,7 @@ 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" |