aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMax Howell2012-10-03 09:55:31 -0400
committerMax Howell2012-10-03 09:55:48 -0400
commit7a700ff6937fa268d8e94cdaf7fc313883635be3 (patch)
treeb56198ffcd685bda8bd521f98ba7c312353a754a /Library/Formula
parent752afd13a0063d1a3fc2b6b233228c20c2d96781 (diff)
downloadhomebrew-7a700ff6937fa268d8e94cdaf7fc313883635be3.tar.bz2
Elixir requires user paths
Fixes #15273.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/elixir.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb
index 4f68d2416..175bc2cba 100644
--- a/Library/Formula/elixir.rb
+++ b/Library/Formula/elixir.rb
@@ -30,6 +30,8 @@ class Elixir < Formula
depends_on ErlangInstalled.new
+ env :userpaths
+
def install
system "make"
bin.install Dir['bin/*'] - Dir['bin/*.bat']