diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:02:19 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:48 -0400 |
commit | 63cdf8cc3812386fd04da2c03211c060b5df705d (patch) | |
tree | 9487fab8d61c5de3cdca02577f35e332f4a5d79b /system | |
parent | c0a634d3026417c08ab31ab878587576ea909e72 (diff) | |
download | slackbuilds-63cdf8cc3812386fd04da2c03211c060b5df705d.tar.gz |
system/bootchart: Change i486 to i586
Diffstat (limited to 'system')
-rw-r--r-- | system/bootchart/bootchart.SlackBuild | 2 |
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 |