aboutsummaryrefslogtreecommitdiff
path: root/network
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:45:52 -0600
committerB. Watson <urchlay@slackware.uk>2022-06-07 02:23:27 -0400
commit11fbcaad30d73fb0c84cfbeaa34518bf152265d6 (patch)
treeb3641b71b9cf1ee2a005a904efc05bec44d6f873 /network
parent7c8b953e9a3595b132fead04b4090e97cd0624cc (diff)
downloadslackbuilds-11fbcaad30d73fb0c84cfbeaa34518bf152265d6.tar.xz
network/hamachi: Change i486 to i586
Diffstat (limited to 'network')
-rw-r--r--network/hamachi/hamachi.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/hamachi/hamachi.SlackBuild b/network/hamachi/hamachi.SlackBuild
index e7efbca8f70a..31604ae221af 100644
--- a/network/hamachi/hamachi.SlackBuild
+++ b/network/hamachi/hamachi.SlackBuild
@@ -15,7 +15,7 @@ PKGTYPE=${PKGTYPE:-tgz}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac