diff options
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 2ce5865201217..06a9ec596bedc 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 |