summaryrefslogtreecommitdiffstats
path: root/libraries/BeautifulSoup
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 04:19:08 +0100
committer B. Watson2022-06-07 08:23:55 +0200
commitf53aa8fdaeeb3b9c1d6e77a27815d88865c66734 (patch)
tree8c1ffe6a101da7d3ac46fb0b36606304a2d39252 /libraries/BeautifulSoup
parentabe91c780fcd125651210b5a9939aeb7c3caf408 (diff)
downloadslackbuilds-f53aa8fdaeeb3b9c1d6e77a27815d88865c66734.tar.gz
libraries/BeautifulSoup: Change i486 to i586
Diffstat (limited to 'libraries/BeautifulSoup')
-rw-r--r--libraries/BeautifulSoup/BeautifulSoup.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/BeautifulSoup/BeautifulSoup.SlackBuild b/libraries/BeautifulSoup/BeautifulSoup.SlackBuild
index 7a680eb54f..442c4988db 100644
--- a/libraries/BeautifulSoup/BeautifulSoup.SlackBuild
+++ b/libraries/BeautifulSoup/BeautifulSoup.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