mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
academic/suitesparse: Remove template comment from script.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
28e796e39a
commit
9234bb61cf
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ if [ -z "$ARCH" ]; then
|
|||
case "$( uname -m )" in
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
# Unless $ARCH is already set, use uname -m for all other archs:
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue