From bb7fcab9d65e5ddec8554cb061af6dc873fc5c93 Mon Sep 17 00:00:00 2001 From: Jack Nagel Date: Tue, 4 Sep 2012 10:49:14 -0500 Subject: Fix bad install names in executables Signed-off-by: Jack Nagel --- Library/Formula/v8.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'Library/Formula/v8.rb') 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 -- cgit v1.2.3