From 6eee4888f6ed7f78ff6f60538098d1b6a6b5adce Mon Sep 17 00:00:00 2001 From: Ben Mendis Date: Mon, 18 Oct 2010 23:43:39 -0500 Subject: development/erlang-otp: Updated for version 14B. Signed-off-by: Robby Workman --- development/erlang-otp/erlang-otp.SlackBuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'development/erlang-otp/erlang-otp.SlackBuild') 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 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 -- cgit v1.2.3-80-g2a13