diff options
Diffstat (limited to 'Library')
| -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'] |
