summaryrefslogtreecommitdiff
path: root/network/siege
diff options
context:
space:
mode:
authorfourtysixandtwo <fourtysixandtwo@sliderr.net>2022-03-18 20:45:59 -0600
committerB. Watson <urchlay@slackware.uk>2022-06-07 02:23:30 -0400
commit2c640a3adb54553d2b5d02b4d080b67fdae76641 (patch)
treeafa04739dec6560acd20bccffaa6b2bd085de6a7 /network/siege
parent9aa4b4290871c3a2ba408c81f165ec67c4f42706 (diff)
downloadslackbuilds-2c640a3adb54553d2b5d02b4d080b67fdae76641.tar.gz
network/siege: Change i486 to i586
Diffstat (limited to 'network/siege')
-rw-r--r--network/siege/siege.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/network/siege/siege.SlackBuild b/network/siege/siege.SlackBuild
index ae8491b6d6..1173fc115a 100644
--- a/network/siege/siege.SlackBuild
+++ b/network/siege/siege.SlackBuild
@@ -34,7 +34,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