Browse Source

perl/perl-data-section-simple: Change i486 to i586

pull/186/head
fourtysixandtwo 4 years ago
committed by B. Watson
parent
commit
677993f5ee
  1. 2
      perl/perl-data-section-simple/perl-data-section-simple.SlackBuild

2
perl/perl-data-section-simple/perl-data-section-simple.SlackBuild

@ -35,7 +35,7 @@ DOCFILES="Changes README"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac

Loading…
Cancel
Save