From fcfc7dd4c1ef807d947674b8d5aa7ddcaba4e322 Mon Sep 17 00:00:00 2001 From: David Greenspan Date: Mon, 17 Dec 2012 19:56:54 -0800 Subject: [PATCH] add bug-fixed isaacs/fstream and have tar use it --- admin/generate-dev-bundle.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/admin/generate-dev-bundle.sh b/admin/generate-dev-bundle.sh index 9400830014..1e2f046db6 100755 --- a/admin/generate-dev-bundle.sh +++ b/admin/generate-dev-bundle.sh @@ -109,6 +109,13 @@ npm install progress@0.0.5 # which make the dev bundle much bigger. We need a better solution. npm install mailcomposer@0.1.15 +# Use our version of fstream with a bug fixed. Also have tar use it. +# See https://github.com/isaacs/fstream/pull/11 . +npm install https://github.com/meteor/fstream/tarball/91c56e7 +cd tar/node_modules +npm install https://github.com/meteor/fstream/tarball/91c56e7 +cd ../.. + # If you update the version of fibers in the dev bundle, also update the "npm # install" command in docs/client/concepts.html. npm install fibers@0.6.9