diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2022-03-18 21:02:20 -0600 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2022-06-07 02:23:48 -0400 |
commit | 40f955e85939925905d5c7aec373dc0aa2721d7d (patch) | |
tree | 2ed67e7d73538abe2db9dfb1696887999072e668 /system/dfc | |
parent | fa57d69fc72d31c6da76b42a40f6e117576114d8 (diff) |
system/dfc: Change i486 to i586
Diffstat (limited to 'system/dfc')
-rw-r--r-- | system/dfc/dfc.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/dfc/dfc.SlackBuild b/system/dfc/dfc.SlackBuild index 2ce586520121..06a9ec596bed 100644 --- a/system/dfc/dfc.SlackBuild +++ b/system/dfc/dfc.SlackBuild @@ -15,7 +15,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 |