Browse Source

python/filechunkio: Change i486 to i586

pull/186/head
fourtysixandtwo 4 years ago
committed by B. Watson
parent
commit
6734b7536d
  1. 2
      python/filechunkio/filechunkio.SlackBuild

2
python/filechunkio/filechunkio.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

Loading…
Cancel
Save