From 7a700ff6937fa268d8e94cdaf7fc313883635be3 Mon Sep 17 00:00:00 2001 From: Max Howell Date: Wed, 3 Oct 2012 09:55:31 -0400 Subject: [PATCH] Elixir requires user paths Fixes #15273. --- Library/Formula/elixir.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index 4f68d2416f49..175bc2cba953 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']