aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/pypy.rb
diff options
context:
space:
mode:
authorAlexey Palazhchenko2011-05-24 04:59:09 -0700
committerAdam Vandenberg2011-05-24 08:47:40 -0700
commitd0c75a9f74000faa6b473efec2c58bc5ff371ab1 (patch)
tree62c29df2b3b47b5b6a998153adef5dbd399a9a77 /Library/Formula/pypy.rb
parent708069c499d21c2a677000f8a1a9260f4fa33b6b (diff)
downloadhomebrew-d0c75a9f74000faa6b473efec2c58bc5ff371ab1.tar.bz2
pypy: install all dirs, including 'include'
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/pypy.rb')
-rw-r--r--Library/Formula/pypy.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb
index cb79dadc7..9f33dc1a3 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -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