summaryrefslogtreecommitdiffstats
path: root/development/erlang-otp/erlang-otp.SlackBuild
diff options
context:
space:
mode:
author Ben Mendis <ben.mendis@gmail.com>2010-10-18 23:43:39 -0500
committer Erik Hanson <erik@slackbuilds.org>2010-10-20 10:50:24 -0500
commit6eee4888f6ed7f78ff6f60538098d1b6a6b5adce (patch)
tree23bba6ca743490c3a56d6720086058dae6dc8624 /development/erlang-otp/erlang-otp.SlackBuild
parent3d74e7552a27d6bc6cfa1a2d83de6ec4e9516643 (diff)
downloadslackbuilds-6eee4888f6ed7f78ff6f60538098d1b6a6b5adce.tar.gz
slackbuilds-6eee4888f6ed7f78ff6f60538098d1b6a6b5adce.tar.xz
development/erlang-otp: Updated for version 14B.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'development/erlang-otp/erlang-otp.SlackBuild')
-rw-r--r--development/erlang-otp/erlang-otp.SlackBuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/development/erlang-otp/erlang-otp.SlackBuild b/development/erlang-otp/erlang-otp.SlackBuild
index 8203693e35..f91fd87233 100644
--- a/development/erlang-otp/erlang-otp.SlackBuild
+++ b/development/erlang-otp/erlang-otp.SlackBuild
@@ -17,19 +17,17 @@
# to erlang-otp, by LukenShiro <Lukenshiro@ngi.it>
PRGNAM=erlang-otp
-VERSION=13B03
+VERSION=14B
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
SRC_NAME_VERSION=otp_src_R${VERSION}
DOC_NAME_VERSION=otp_doc_man_R${VERSION}
-# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
- # Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi