Commit 6f37b06d860ac7d6f55e9a6d4674f055c29ad205

Authored by John Barnette
1 parent 1282818edd

Temporarily pin BOXEN_HOME to tmp/home

Showing 2 changed files with 5 additions and 0 deletions Side-by-side Diff

1 1 /.bundle
2 2 /bin
3 3 /config/local.rb
  4 +/tmp
4 5 /vendor/cache
... ... @@ -23,6 +23,10 @@
23 23  
24 24 Dir.chdir Pathname.new(__FILE__).realpath + "../.."
25 25  
  26 +# FIX: temporarily set BOXEN_HOME to `./tmp/home` during porting.
  27 +
  28 +ENV["BOXEN_HOME"] = File.expand_path("tmp/home")
  29 +
26 30 # Auto-update code. This is done as early as possible so that changes
27 31 # to boxen support code or dependencies can be grabbed.
28 32