diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 20:45:50 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:26 -0400 |
commit | 1bdf43bd169a211ae0cb62eb042c9504c936e7c7 (patch) | |
tree | c14813c8ec79c11700ca1aa51bb84fa525ccd480 | |
parent | 47c0857f20ea35eb8293df708affcae84788bc93 (diff) |
network/canto: Change i486 to i586
-rw-r--r-- | network/canto/canto.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/network/canto/canto.SlackBuild b/network/canto/canto.SlackBuild index 3b959fae97ab..99709176e306 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 |