Skip to content

Commit

Permalink
ios-sim: use new rake function.
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcQuaid committed Jan 31, 2013
1 parent bbc785e commit 7d05ddc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Formula/ios-sim.rb
Expand Up @@ -6,6 +6,6 @@ class IosSim < Formula
sha1 '60f9e007384ccc0a8c36ad4bd02e22f0c48104b1'

def install
system "rake", "install", "prefix=#{prefix}"
rake "install", "prefix=#{prefix}"
end
end

0 comments on commit 7d05ddc

Please sign in to comment.