mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
perl/perl-HTTP-Proxy: Change i486 to i586
This commit is contained in:
parent
db50efd7fe
commit
08d7c93d94
1 changed files with 1 additions and 1 deletions
|
@ -15,7 +15,7 @@ SRCNAM=$(echo $PRGNAM | cut -f2- -d-)
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
|
Loading…
Reference in a new issue