Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

Commit

Permalink
Elixir requires user paths
Browse files Browse the repository at this point in the history
Fixes #15273.
  • Loading branch information
mxcl committed Oct 3, 2012
1 parent 752afd1 commit 7a700ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/elixir.rb
Expand Up @@ -30,6 +30,8 @@ class Elixir < Formula

depends_on ErlangInstalled.new

env :userpaths

def install
system "make"
bin.install Dir['bin/*'] - Dir['bin/*.bat']
Expand Down

0 comments on commit 7a700ff

Please sign in to comment.