summaryrefslogtreecommitdiffstats
path: root/desktop/ee/ee.SlackBuild
diff options
context:
space:
mode:
author Thorn Inurcide2017-01-04 02:12:34 +0100
committer Willy Sudiarto Raharjo2017-01-04 02:12:34 +0100
commit85488a64396c987e4e5127a6584eccebf03b2310 (patch)
treeb95a3f96a470fb02432a134ae32b73d8a6f9f838 /desktop/ee/ee.SlackBuild
parent40c0964649707c8996e4b7556877496b3d2b6337 (diff)
downloadslackbuilds-85488a64396c987e4e5127a6584eccebf03b2310.tar.gz
desktop/ee: Switch to i586 and update email.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'desktop/ee/ee.SlackBuild')
-rw-r--r--desktop/ee/ee.SlackBuild8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/ee/ee.SlackBuild b/desktop/ee/ee.SlackBuild
index 0eb23f4096..cd3b9ba7f0 100644
--- a/desktop/ee/ee.SlackBuild
+++ b/desktop/ee/ee.SlackBuild
@@ -4,7 +4,7 @@
# Based on http://slackbuilds.org/template.SlackBuild
-# Copyright 2014 Thorn Inurcide USA
+# Copyright 2014-2017 Thorn Inurcide USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -32,7 +32,7 @@ TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) export ARCH=i486 ;;
+ i?86) export ARCH=i586 ;;
arm*) export ARCH=arm ;;
*) export ARCH=$( uname -m ) ;;
esac
@@ -44,8 +44,8 @@ PKG=$TMP/package-$EPRGNAM
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"