diff options
Diffstat (limited to 'Library/Formula/rarian.rb')
| -rw-r--r-- | Library/Formula/rarian.rb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/Library/Formula/rarian.rb b/Library/Formula/rarian.rb index 42457937f..111e5dd94 100644 --- a/Library/Formula/rarian.rb +++ b/Library/Formula/rarian.rb @@ -5,12 +5,10 @@ class Rarian < Formula url 'http://rarian.freedesktop.org/Releases/rarian-0.8.1.tar.bz2' md5 '75091185e13da67a0ff4279de1757b94' - def install - if Formula.factory('scrollkeeper').installed? - opoo "rarian conflicts with scrollkeeper. Your scrollkeeper binaries will be overwritten. - If this bothers you, you can restore scrollkeeper with `brew link scrollkeeper`." - end + conflicts_with 'scrollkeeper', + :because => "rarian and scrollkeeper install the same binaries." + def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" system "make install" |
