diff options
| author | Jack Nagel | 2012-09-04 10:49:14 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2012-09-04 13:02:43 -0500 | 
| commit | bb7fcab9d65e5ddec8554cb061af6dc873fc5c93 (patch) | |
| tree | 5dd3e0b5a82edd4d2452895bdb1020c1d0599b78 /Library/Formula/notmuch.rb | |
| parent | 3e0cabb455cbd3c1de0a344d18de19ad8a28aeb6 (diff) | |
| download | homebrew-bb7fcab9d65e5ddec8554cb061af6dc873fc5c93.tar.bz2 | |
Fix bad install names in executables
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula/notmuch.rb')
| -rw-r--r-- | Library/Formula/notmuch.rb | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/notmuch.rb b/Library/Formula/notmuch.rb index 139bcc9a6..58961c2cd 100644 --- a/Library/Formula/notmuch.rb +++ b/Library/Formula/notmuch.rb @@ -13,7 +13,5 @@ class Notmuch < Formula      # requires a newer emacs than OS X provides, so disable the bindings      system "./configure", "--prefix=#{prefix}", "--without-emacs"      system "make install" -    system "install_name_tool", "-change", "libnotmuch.2.dylib", -                                "#{lib}/libnotmuch.2.dylib", "#{bin}/notmuch"    end  end  | 
