Skip to content

Commit

Permalink
play: we don't need the bundled Python for windows
Browse files Browse the repository at this point in the history
Signed-off-by: Adam Vandenberg <[email protected]>
  • Loading branch information
tianyicui authored and adamv committed Nov 25, 2010
1 parent d688fa3 commit eea40ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Library/Formula/play.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ class Play <Formula
md5 '54513b11dc4eacd68d01f5c59bb8ec97'

def install
rm_rf 'python' # we don't need the bundled Python for windows
rm Dir['*.bat']
libexec.install Dir['*']
bin.mkpath
Expand Down

0 comments on commit eea40ff

Please sign in to comment.