aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Sys-Hostname-Long
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Sys-Hostname-Long')
-rw-r--r--perl/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.SlackBuild b/perl/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.SlackBuild
index 2ef1631a12a5..2a19502c0a90 100644
--- a/perl/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.SlackBuild
+++ b/perl/perl-Sys-Hostname-Long/perl-Sys-Hostname-Long.SlackBuild
@@ -34,7 +34,7 @@ SRCNAM=Sys-Hostname-Long
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac