aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorAdam Vandenberg2013-10-28 18:49:25 -0700
committerAdam Vandenberg2013-10-28 18:49:25 -0700
commitbc131065fc1d3be5c411f5c5a2e67c350191efc7 (patch)
tree5cafdb28d1841cbfb26cdcabfc11614688705bc3 /Library/Formula
parent1238ab6ff5d3ffe8696b8c6133fee4061a669ffb (diff)
downloadhomebrew-bc131065fc1d3be5c411f5c5a2e67c350191efc7.tar.bz2
pypy: symlink pypy to bin
Closes #23723.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pypy.rb2
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