aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2014-02-27 08:43:19 +0000
committerMike McQuaid2014-02-27 08:43:49 +0000
commit735f4754dc08a58371d21e446238cf2ed9283180 (patch)
tree85ff30cd61b2b819ded2d3282adcebf3d795ebb6 /Library/Formula
parent544d2a4b19383943b95ac71fe746c7cd15ed405c (diff)
downloadhomebrew-735f4754dc08a58371d21e446238cf2ed9283180.tar.bz2
mon: use make install.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/mon.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/mon.rb b/Library/Formula/mon.rb
index 7541fee96..6c424fd36 100644
--- a/Library/Formula/mon.rb
+++ b/Library/Formula/mon.rb
@@ -6,7 +6,7 @@ class Mon < Formula
sha1 '9c5013332b6ecccb6368b100e6aee377e35b5bb1'
def install
- system "make"
- bin.install 'mon'
+ bin.mkpath
+ system "make", "install", "PREFIX=#{prefix}"
end
end