app-engine-go-32: use pkgshare instead of share
Closes Homebrew/homebrew#48539. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
7eff5bb927
commit
ffd177b473
1 changed files with 2 additions and 2 deletions
|
@ -12,11 +12,11 @@ class AppEngineGo32 < Formula
|
|||
:because => "both install the same binaries"
|
||||
|
||||
def install
|
||||
share.install Dir["*"]
|
||||
pkgshare.install Dir["*"]
|
||||
%w[
|
||||
api_server.py appcfg.py bulkloader.py bulkload_client.py dev_appserver.py download_appstats.py goapp
|
||||
].each do |fn|
|
||||
bin.install_symlink share/fn
|
||||
bin.install_symlink pkgshare/fn
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue