From 82dd6cd98d37df16511c8f01d65e3fe58ab2eda9 Mon Sep 17 00:00:00 2001 From: Geoff Cant Date: Tue, 17 Jul 2012 16:33:32 -0700 Subject: [PATCH] And correct the decompression options. --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 095b29f..2b037c0 100755 --- a/bin/compile +++ b/bin/compile @@ -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