aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDavid Höppner2010-02-07 00:44:45 +0100
committerDavid Höppner2010-02-07 00:44:45 +0100
commit441efd9ecf64f3be58a5cdfa0178a0b1083d5aa6 (patch)
tree6866c1d9d71879aa482b0890c0da6f548c8d2a30 /Library
parent67ff548c58542f861ac6df21d9468865e42b18cb (diff)
downloadhomebrew-441efd9ecf64f3be58a5cdfa0178a0b1083d5aa6.tar.bz2
Fixes #657
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/v8.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/v8.rb b/Library/Formula/v8.rb
index 978b5d2e4..e8f5eece1 100644
--- a/Library/Formula/v8.rb
+++ b/Library/Formula/v8.rb
@@ -25,5 +25,7 @@ class V8 <Formula
mv('shell', 'v8')
bin.install('v8')
+
+ system "install_name_tool -change libv8.dylib #{lib}/libv8.dylib #{bin+'v8'}"
end
end