From 57271b604f6051d59c1f1dfb3215cd8163d10868 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Fri, 18 Mar 2022 20:45:53 -0600 Subject: network/metasploit: Change i486 to i586 --- network/metasploit/metasploit.SlackBuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/network/metasploit/metasploit.SlackBuild b/network/metasploit/metasploit.SlackBuild index d8edbd1405bc..54eea6ee794e 100644 --- a/network/metasploit/metasploit.SlackBuild +++ b/network/metasploit/metasploit.SlackBuild @@ -36,7 +36,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 @@ -79,7 +79,7 @@ elif ! grep ^postgres: /etc/passwd 2>&1 > /dev/null; then exit 1 fi -if [ "$ARCH" = "i486" ]; then +if [ "$ARCH" = "i586" ]; then INSTALLERARCH="" elif [ "$ARCH" = "i686" ]; then INSTALLERARCH="" -- cgit v1.2.3