aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorMike McQuaid2013-01-30 21:24:51 -0800
committerMike McQuaid2013-01-30 21:51:20 -0800
commit5ee852f5a977d18d32df08331dd3042fa54413fd (patch)
tree9d152affdf1cea84c44445dd03c20de546446da6 /Library/Formula
parent7af6c1e2bbfb7c04fc526c03542f09470edca883 (diff)
downloadhomebrew-5ee852f5a977d18d32df08331dd3042fa54413fd.tar.bz2
ios-sim: use new rake function.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/ios-sim.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/ios-sim.rb b/Library/Formula/ios-sim.rb
index 3ed6fc846..7a11636c7 100644
--- a/Library/Formula/ios-sim.rb
+++ b/Library/Formula/ios-sim.rb
@@ -6,6 +6,6 @@ class IosSim < Formula
sha1 '60f9e007384ccc0a8c36ad4bd02e22f0c48104b1'
def install
- system "rake", "install", "prefix=#{prefix}"
+ rake "install", "prefix=#{prefix}"
end
end