go-app-engine: symlink goapp executable.
Closes Homebrew/homebrew#24556. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
eb5bcb6a68
commit
aca959e7f4
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ class GoAppEngine32 < Formula
|
|||
share.install 'go_appengine' => name
|
||||
bin.mkpath
|
||||
%w[
|
||||
api_server.py appcfg.py bulkloader.py bulkload_client.py dev_appserver.py download_appstats.py
|
||||
api_server.py appcfg.py bulkloader.py bulkload_client.py dev_appserver.py download_appstats.py goapp
|
||||
].each do |fn|
|
||||
ln_s share+name+fn, bin
|
||||
end
|
||||
|
|
|
@ -10,7 +10,7 @@ class GoAppEngine64 < Formula
|
|||
share.install 'go_appengine' => name
|
||||
bin.mkpath
|
||||
%w[
|
||||
api_server.py appcfg.py bulkloader.py bulkload_client.py dev_appserver.py download_appstats.py
|
||||
api_server.py appcfg.py bulkloader.py bulkload_client.py dev_appserver.py download_appstats.py goapp
|
||||
].each do |fn|
|
||||
ln_s share+name+fn, bin
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue