diff options
author | Eugene M <damagedone@gmx.com> | 2016-10-20 21:01:12 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-10-20 21:01:12 +0700 |
commit | 51262fd7287132cda4e55df300a674413f332ddb (patch) | |
tree | 0932a6ba94966419c82cce3154fb3507186f24b3 /system/worker/worker.SlackBuild | |
parent | fd4b8bdee2b4b93acfb2d612d6732066d379ef66 (diff) | |
download | slackbuilds-51262fd7287132cda4e55df300a674413f332ddb.tar.gz |
system/worker: Updated for version 3.8.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/worker/worker.SlackBuild')
-rw-r--r-- | system/worker/worker.SlackBuild | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/system/worker/worker.SlackBuild b/system/worker/worker.SlackBuild index 0987981271..571b83ea9f 100644 --- a/system/worker/worker.SlackBuild +++ b/system/worker/worker.SlackBuild @@ -23,16 +23,17 @@ # Modified by CJ Johnson # Modified by the SlackBuilds.org project -# Modified by Andrey Maraev <andrew.maraev60@yandex.ru> +# Modified by Andrey Maraev <andrew dot maraev60 at yandex dot ru> +# Modified by Eugene M., <damagedone at gmx dot com PRGNAM=worker -VERSION=${VERSION:-3.4.1} +VERSION=${VERSION:-3.8.4} BUILD=${BUILD:-1} 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 @@ -43,8 +44,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" |