mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
graphics/VariCAD.SlackBuild: Change i486 to i586
This commit is contained in:
parent
015d963474
commit
7011e509a6
1 changed files with 2 additions and 2 deletions
|
@ -42,12 +42,12 @@ SRCVERSION=$(echo $VERSION | sed "s/_/-$SRCLANG-/")
|
|||
PKGVERSION="${VERSION}_$SRCLANG"
|
||||
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
SRCARCH="i586"
|
||||
PKGARCH="i586"
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
|
|
Loading…
Reference in a new issue