Skip to content

Commit

Permalink
Fixed hardcoded path to /usr/local
Browse files Browse the repository at this point in the history
  • Loading branch information
alafon committed Dec 2, 2011
1 parent 471781a commit 18eeb7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Formula/ezlupdate.rb
Expand Up @@ -13,7 +13,7 @@ def install
Dir.chdir "support/ezlupdate-qt4.5/ezlupdate"
# Use the qmake installation done with brew
# because others installations can make a mess
system "/usr/local/bin/qmake ezlupdate.pro"
system "#{HOMEBREW_PREFIX}/bin/qmake ezlupdate.pro"
system "make"
Dir.chdir "../../.."
bin.install ['bin/macosx/ezlupdate']
Expand Down

0 comments on commit 18eeb7d

Please sign in to comment.