aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJaime Marquínez Ferrándiz2013-04-07 21:29:22 +0200
committerAdam Vandenberg2013-04-29 11:53:00 -0700
commit28557b84de5df55f390e26f3cfa486312bb839c6 (patch)
tree215edec9571502c04a66c6fa175970d73cf63701
parent3f066fa4897e77a0197aa0c78d328fda55314893 (diff)
downloadhomebrew-28557b84de5df55f390e26f3cfa486312bb839c6.tar.bz2
pypy: Symlink to pip_pypy
Closes #19029. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/pypy.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/pypy.rb b/Library/Formula/pypy.rb
index 74ecc4843..736990ddd 100644
--- a/Library/Formula/pypy.rb
+++ b/Library/Formula/pypy.rb
@@ -52,6 +52,10 @@ class Pypy < Formula
unless (scripts_folder+'easy_install_pypy').exist?
ln_s "#{scripts_folder}/easy_install", "#{scripts_folder}/easy_install_pypy"
end
+ # Symlink to pip_pypy.
+ unless (scripts_folder+'pip_pypy').exist?
+ ln_s "#{scripts_folder}/pip", "#{scripts_folder}/pip_pypy"
+ end
end
end