app-engine-python: fix install
Closes Homebrew/homebrew#49364. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>
This commit is contained in:
parent
64b7961f1a
commit
5bf6ba0d79
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ class AppEnginePython < Formula
|
|||
:because => "both install the same binaries"
|
||||
|
||||
def install
|
||||
cd ".."
|
||||
share.install "google_appengine" => name
|
||||
pkgshare.install Dir["*"]
|
||||
%w[
|
||||
_python_runtime.py
|
||||
_php_runtime.py
|
||||
|
|
Loading…
Reference in a new issue