google-app-engine: use install_symlink

This commit is contained in:
Jack Nagel 2014-03-25 10:54:36 -05:00
parent a3378855d1
commit 86c48eaa71

View file

@ -8,7 +8,6 @@ class GoogleAppEngine < Formula
def install
cd '..'
share.install 'google_appengine' => name
bin.mkpath
%w[
_python_runtime.py
_php_runtime.py
@ -24,7 +23,7 @@ class GoogleAppEngine < Formula
old_dev_appserver.py
remote_api_shell.py
].each do |fn|
ln_s share+name+fn, bin
bin.install_symlink share/name/fn
end
end
end