diff options
author | Thorn Inurcide <thorn_inurcide@zoho.com> | 2017-01-04 08:12:34 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-04 08:12:34 +0700 |
commit | 85488a64396c987e4e5127a6584eccebf03b2310 (patch) | |
tree | b95a3f96a470fb02432a134ae32b73d8a6f9f838 /desktop/ee | |
parent | 40c0964649707c8996e4b7556877496b3d2b6337 (diff) | |
download | slackbuilds-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')
-rw-r--r-- | desktop/ee/ee.SlackBuild | 8 | ||||
-rw-r--r-- | desktop/ee/ee.info | 2 |
2 files changed, 5 insertions, 5 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" diff --git a/desktop/ee/ee.info b/desktop/ee/ee.info index 410a738083..9201b9b510 100644 --- a/desktop/ee/ee.info +++ b/desktop/ee/ee.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Thorn Inurcide" -EMAIL="thorn-inurcide@hotmail.com" +EMAIL="thorn_inurcide@zoho.com" |