pypy: symlink pypy to bin

Closes Homebrew/homebrew#23723.
master
Adam Vandenberg 2013-10-28 18:49:25 -07:00
parent c45b352bed
commit 2493cf4b4c
1 changed files with 2 additions and 0 deletions

View File

@ -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