From 3caf5c5d9c09945fbd9d154f3544d384a0040d7d Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sun, 12 Feb 2012 16:52:43 -0800 Subject: play: use install_symlink --- Library/Formula/play.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Library/Formula') diff --git a/Library/Formula/play.rb b/Library/Formula/play.rb index e5d6d1782..3ecf04caa 100644 --- a/Library/Formula/play.rb +++ b/Library/Formula/play.rb @@ -1,15 +1,14 @@ require 'formula' class Play < Formula - url 'http://download.playframework.org/releases/play-1.2.4.zip' homepage 'http://www.playframework.org/' + url 'http://download.playframework.org/releases/play-1.2.4.zip' md5 'ec8789f8cc02927ece536d102f5e649e' def install rm_rf 'python' # we don't need the bundled Python for windows rm Dir['*.bat'] libexec.install Dir['*'] - bin.mkpath - ln_s libexec+'play', bin + bin.install_symlink libexec+'play' end end -- cgit v1.2.3