Skip to content

Commit

Permalink
And correct the decompression options.
Browse files Browse the repository at this point in the history
  • Loading branch information
archaelus committed Jul 17, 2012
1 parent 6381759 commit 82dd6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/compile
Expand Up @@ -30,7 +30,7 @@ echo "-----> Using Erlang/OTP $ver"

echo "-------> Unpacking Erlang/OTP $ver"
mkdir -p ${ERLROOT}
tar jzf ${cache}/${tarball} -C ${ERLROOT} --strip-components=1
tar zxf ${cache}/${tarball} -C ${ERLROOT} --strip-components=1
echo "-------> Installing Erlang/OTP $ver"
ln -s ${ERLROOT} /app/otp
${ERLROOT}/Install -minimal /app/otp
Expand Down

0 comments on commit 82dd6cd

Please sign in to comment.