diff options
| author | José Valim | 2012-09-04 20:57:38 +0300 |
|---|---|---|
| committer | Adam Vandenberg | 2012-09-04 11:05:05 -0700 |
| commit | 72f2247514a745f1a9c37a754a0b4bc642ebe89d (patch) | |
| tree | 2c38196e46d34a4b01dc642c5d967ced24592ac7 /Library | |
| parent | bb7fcab9d65e5ddec8554cb061af6dc873fc5c93 (diff) | |
| download | homebrew-72f2247514a745f1a9c37a754a0b4bc642ebe89d.tar.bz2 | |
elixir: fix install paths
Closes #14700.
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/elixir.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/elixir.rb b/Library/Formula/elixir.rb index 7acc6d198..4f68d2416 100644 --- a/Library/Formula/elixir.rb +++ b/Library/Formula/elixir.rb @@ -36,7 +36,7 @@ class Elixir < Formula Dir['lib/*/ebin'].each do |path| app = File.basename(File.dirname(path)) - (lib/"#{app}/ebin").install path + (lib/"#{app}").install path end end |
