diff options
| author | Max Howell | 2012-10-03 09:55:31 -0400 |
|---|---|---|
| committer | Max Howell | 2012-10-03 09:55:48 -0400 |
| commit | 7a700ff6937fa268d8e94cdaf7fc313883635be3 (patch) | |
| tree | b56198ffcd685bda8bd521f98ba7c312353a754a /Library/Formula/elixir.rb | |
| parent | 752afd13a0063d1a3fc2b6b233228c20c2d96781 (diff) | |
| download | homebrew-7a700ff6937fa268d8e94cdaf7fc313883635be3.tar.bz2 | |
Elixir requires user paths
Fixes #15273.
Diffstat (limited to 'Library/Formula/elixir.rb')
| -rw-r--r-- | Library/Formula/elixir.rb | 2 |
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'] |
