From 21f26603f616732aa507afaf264f57fb3667feaa Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 20 Jan 2015 23:24:02 -0700 Subject: [PATCH] specify output dir with tar instead of using cd --- setup-iojs-ubuntu.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-iojs-ubuntu.bash b/setup-iojs-ubuntu.bash index 48b6337..58d9e01 100644 --- a/setup-iojs-ubuntu.bash +++ b/setup-iojs-ubuntu.bash @@ -23,7 +23,7 @@ if [ -n "${IOJS_VER}" ]; then exit 1 fi - tar xf ${IOJS_LOCAL} + tar xf ${IOJS_LOCAL} -C /tmp/ rm ${IOJS_UNTAR}/{LICENSE,CHANGELOG.md,README.md} sudo rsync -a "${IOJS_UNTAR}/" /usr/local/