Skip to content

Commit

Permalink
oups forgot to reactivate the erlang sources fetching.
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Aug 21, 2012
1 parent a017ef5 commit 7962b34
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions support/build_libs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -146,12 +146,12 @@ build_openssl()
clean_erlang()
{
rm -rf $STATICLIBS/$ERLANG_DIR
#rm -f $DISTDIR/$ERLANG_DISTNAME
rm -f $DISTDIR/$ERLANG_DISTNAME
}

build_erlang()
{
#fetch $ERLANG_DISTNAME $ERLANG_SITE
fetch $ERLANG_DISTNAME $ERLANG_SITE

cd $STATICLIBS
$GUNZIP -c $DISTDIR/$ERLANG_DISTNAME | $TAR -xf -
Expand Down

0 comments on commit 7962b34

Please sign in to comment.