diff options
| author | Adam Vandenberg | 2013-10-28 18:49:25 -0700 |
|---|---|---|
| committer | Adam Vandenberg | 2013-10-28 18:49:25 -0700 |
| commit | bc131065fc1d3be5c411f5c5a2e67c350191efc7 (patch) | |
| tree | 5cafdb28d1841cbfb26cdcabfc11614688705bc3 /Library | |
| parent | 1238ab6ff5d3ffe8696b8c6133fee4061a669ffb (diff) | |
| download | homebrew-bc131065fc1d3be5c411f5c5a2e67c350191efc7.tar.bz2 | |
pypy: symlink pypy to bin
Closes #23723.
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 |
