mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
system/iucode_tool: Switch to i586 + new maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
80198c43ac
commit
7ea670f046
2 changed files with 4 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
||||||
#Slackware build script for iucode_tool
|
#Slackware build script for iucode_tool
|
||||||
|
|
||||||
# Copyright 2015-2016 Jonathan Li
|
# Copyright 2015-2016 Jonathan Li
|
||||||
|
# Copyright 2016, Alexander Verbovetsky, Moscow, Russia
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -29,7 +30,7 @@ TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i586 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
|
|
|
@ -6,5 +6,5 @@ MD5SUM="df54b124892471764488a2fbfbc15777"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Jonathan Li"
|
MAINTAINER="Alexander Verbovetsky"
|
||||||
EMAIL="jonathan dot li at hotmail dot co dot uk"
|
EMAIL="alik@ejik.org"
|
||||||
|
|
Loading…
Reference in a new issue