diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 14:08:47 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:04 +0000 |
commit | 7b4620be2382ef895c74dfa92702a77e421f6414 (patch) | |
tree | 99949eb61d03e4f98acc5dccdacd03081a3049d4 /system/smart/smart.SlackBuild | |
parent | 6c0a1a7d2a4b40ab9f6efaa3c7f1f4789ef30e35 (diff) | |
download | slackbuilds-7b4620be2382ef895c74dfa92702a77e421f6414.tar.gz |
system/smart: Make .desktop validate, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
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="" |