aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/v8.rb
diff options
context:
space:
mode:
authorJack Nagel2012-09-04 10:49:14 -0500
committerJack Nagel2012-09-04 13:02:43 -0500
commitbb7fcab9d65e5ddec8554cb061af6dc873fc5c93 (patch)
tree5dd3e0b5a82edd4d2452895bdb1020c1d0599b78 /Library/Formula/v8.rb
parent3e0cabb455cbd3c1de0a344d18de19ad8a28aeb6 (diff)
downloadhomebrew-bb7fcab9d65e5ddec8554cb061af6dc873fc5c93.tar.bz2
Fix bad install names in executables
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/v8.rb')
-rw-r--r--Library/Formula/v8.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/v8.rb b/Library/Formula/v8.rb
index 14102ed67..9870eba77 100644
--- a/Library/Formula/v8.rb
+++ b/Library/Formula/v8.rb
@@ -25,7 +25,5 @@ class V8 < Formula
prefix.install 'include'
lib.install 'libv8.dylib'
bin.install 'shell' => 'v8'
-
- system "install_name_tool", "-change", "libv8.dylib", "#{lib}/libv8.dylib", "#{bin}/v8"
end
end