perl/perl-LWP-Protocol-https: Change i486 to i586
This commit is contained in:
parent
0f37569a2b
commit
98f7f5c228
|
@ -34,7 +34,7 @@ SRCNAM=LWP-Protocol-https
|
||||||
|
|
||||||
if [ -z "$ARCH" ]; then
|
if [ -z "$ARCH" ]; then
|
||||||
case "$( uname -m )" in
|
case "$( uname -m )" in
|
||||||
i?86) ARCH=i486 ;;
|
i?86) ARCH=i586 ;;
|
||||||
arm*) ARCH=arm ;;
|
arm*) ARCH=arm ;;
|
||||||
*) ARCH=$( uname -m ) ;;
|
*) ARCH=$( uname -m ) ;;
|
||||||
esac
|
esac
|
||||||
|
|
Loading…
Reference in New Issue