From bc131065fc1d3be5c411f5c5a2e67c350191efc7 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Mon, 28 Oct 2013 18:49:25 -0700 Subject: pypy: symlink pypy to bin Closes #23723. --- Library/Formula/pypy.rb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Library') 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 -- cgit v1.2.3