diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/pypy.rb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb index 96a0b4f9e..6b34e2895 100644 --- a/Library/Formula/pypy.rb +++ b/Library/Formula/pypy.rb @@ -26,6 +26,8 @@ class Pypy < Formula # we want to avoid putting PyPy's Python.h somewhere that configure # scripts will find it. libexec.install Dir['*'] + bin.mkpath + ln_s libexec/'bin/pypy', bin/'pypy' # Post-install, fix up the site-packages and install-scripts folders # so that user-installed Python software survives minor updates, such |
