From 6f37b06d860ac7d6f55e9a6d4674f055c29ad205 Mon Sep 17 00:00:00 2001 From: John Barnette Date: Tue, 2 Oct 2012 14:37:05 -0700 Subject: [PATCH] Temporarily pin BOXEN_HOME to tmp/home --- .gitignore | 1 + script/boxen | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/.gitignore b/.gitignore index 6f59155..9cb6fb0 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ /.bundle /bin /config/local.rb +/tmp /vendor/cache diff --git a/script/boxen b/script/boxen index b866781..09c3592 100755 --- a/script/boxen +++ b/script/boxen @@ -23,6 +23,10 @@ at_exit { myself.flock File::LOCK_UN } Dir.chdir Pathname.new(__FILE__).realpath + "../.." +# FIX: temporarily set BOXEN_HOME to `./tmp/home` during porting. + +ENV["BOXEN_HOME"] = File.expand_path("tmp/home") + # Auto-update code. This is done as early as possible so that changes # to boxen support code or dependencies can be grabbed.