From 080f752cd8922f73cfcb6011b9a6b87da5b77690 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Tue, 21 Mar 2017 15:13:21 -0400 Subject: office/elyxer: Fix .info, i486=>i586. Signed-off-by: B. Watson Signed-off-by: David Spencer --- office/elyxer/elyxer.SlackBuild | 6 +++--- office/elyxer/elyxer.info | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'office') 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" -- cgit v1.2.3-80-g2a13