diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:02:23 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:49 -0400 |
commit | 21edbf6baf31a187f58aed1bb693f66001c94f0d (patch) | |
tree | 772dd79a67b5637a46b94279bab77ff367d6f2a7 /system | |
parent | 3962d04844d3be3b575637e1b6112df16245e0c5 (diff) |
system/graphite-web: Change i486 to i586
Diffstat (limited to 'system')
-rw-r--r-- | system/graphite-web/graphite-web.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/graphite-web/graphite-web.SlackBuild b/system/graphite-web/graphite-web.SlackBuild index 71733f2945b18..4260f1c4610ac 100644 --- a/system/graphite-web/graphite-web.SlackBuild +++ b/system/graphite-web/graphite-web.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 |