summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 03:45:50 +0100
committer B. Watson2022-06-07 08:23:26 +0200
commit1bdf43bd169a211ae0cb62eb042c9504c936e7c7 (patch)
treec14813c8ec79c11700ca1aa51bb84fa525ccd480
parent47c0857f20ea35eb8293df708affcae84788bc93 (diff)
downloadslackbuilds-1bdf43bd169a211ae0cb62eb042c9504c936e7c7.tar.gz
network/canto: Change i486 to i586
-rw-r--r--network/canto/canto.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/canto/canto.SlackBuild b/network/canto/canto.SlackBuild
index 3b959fae97..99709176e3 100644
--- a/network/canto/canto.SlackBuild
+++ b/network/canto/canto.SlackBuild
@@ -32,7 +32,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