diff options
author | B. Watson <yalhcru@gmail.com> | 2017-03-21 15:13:21 -0400 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2017-03-25 13:29:13 +0000 |
commit | 080f752cd8922f73cfcb6011b9a6b87da5b77690 (patch) | |
tree | 26d6c56be0e7caaaf9defe739f93f40cca2aa66c /office/elyxer | |
parent | a2dbe3a9795d9dddb3b34d2e3ed4c0cf8d01ac42 (diff) | |
download | slackbuilds-080f752cd8922f73cfcb6011b9a6b87da5b77690.tar.gz |
office/elyxer: Fix .info, i486=>i586.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'office/elyxer')
-rw-r--r-- | office/elyxer/elyxer.SlackBuild | 6 | ||||
-rw-r--r-- | office/elyxer/elyxer.info | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/office/elyxer/elyxer.SlackBuild b/office/elyxer/elyxer.SlackBuild index 554017035f..78873dff1d 100644 --- a/office/elyxer/elyxer.SlackBuild +++ b/office/elyxer/elyxer.SlackBuild @@ -11,7 +11,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 @@ -22,8 +22,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" diff --git a/office/elyxer/elyxer.info b/office/elyxer/elyxer.info index d0811876da..ef1dabdaf6 100644 --- a/office/elyxer/elyxer.info +++ b/office/elyxer/elyxer.info @@ -2,8 +2,8 @@ PRGNAM="elyxer" VERSION="1.2.5" HOMEPAGE="http://alexfernandez.github.io/elyxer/" DOWNLOAD="http://alexfernandez.github.io/elyxer/dist/elyxer-1.2.5.tar.gz" -DOWNLOAD_x86_64="" MD5SUM="2692c4c6c5f379c2866eb11eced628bd" +DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" MAINTAINER="Bending Unit 647" |