summaryrefslogtreecommitdiffstats
path: root/system/bootchart
diff options
context:
space:
mode:
author fourtysixandtwo2022-03-19 04:02:19 +0100
committer B. Watson2022-06-07 08:23:48 +0200
commit63cdf8cc3812386fd04da2c03211c060b5df705d (patch)
tree9487fab8d61c5de3cdca02577f35e332f4a5d79b /system/bootchart
parentc0a634d3026417c08ab31ab878587576ea909e72 (diff)
downloadslackbuilds-63cdf8cc3812386fd04da2c03211c060b5df705d.tar.gz
system/bootchart: Change i486 to i586
Diffstat (limited to 'system/bootchart')
-rw-r--r--system/bootchart/bootchart.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/bootchart/bootchart.SlackBuild b/system/bootchart/bootchart.SlackBuild
index cd0f08a1ff..c04ba1b401 100644
--- a/system/bootchart/bootchart.SlackBuild
+++ b/system/bootchart/bootchart.SlackBuild
@@ -18,7 +18,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