aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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