pypy: install all dirs, including 'include'

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Alexey Palazhchenko 2011-05-24 04:59:09 -07:00 committed by Adam Vandenberg
parent 121b7c86c2
commit 8f8c524c0c

View file

@ -14,6 +14,6 @@ class Pypy < Formula
homepage 'http://pypy.org/'
def install
prefix.install ["bin", "lib-python", "lib_pypy"]
prefix.install Dir['*']
end
end