Skip to content

Commit

Permalink
network/leechcraft: ARCH fixes and cleanup.
Browse files Browse the repository at this point in the history
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
  • Loading branch information
dsomero authored and rworkman committed May 3, 2011
1 parent 6e6da98 commit adbde3e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion network/leechcraft/leechcraft.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,17 @@

PRGNAM=leechcraft
VERSION=0.3.65
ARCH=${ARCH:-i486}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
fi

CWD=$(pwd)
TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
Expand Down

0 comments on commit adbde3e

Please sign in to comment.