diff options
Diffstat (limited to 'system/smart/smart.SlackBuild')
-rw-r--r-- | system/smart/smart.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/system/smart/smart.SlackBuild b/system/smart/smart.SlackBuild index af497a9fd1..6b8a161f19 100644 --- a/system/smart/smart.SlackBuild +++ b/system/smart/smart.SlackBuild @@ -10,7 +10,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 @@ -21,7 +21,7 @@ TMP=${TMP:-/tmp/SBo} PKG=$TMP/package-$PRGNAM OUTPUT=${OUTPUT:-/tmp} -if [ "$ARCH" = "i486" ]; then +if [ "$ARCH" = "i586" ]; then LIBDIRSUFFIX="" elif [ "$ARCH" = "i686" ]; then LIBDIRSUFFIX="" |