Skip to content

Commit

Permalink
libinfinity: don't link conflicting file into share
Browse files Browse the repository at this point in the history
  • Loading branch information
adamv authored and andrewsharpe committed Jan 20, 2013
1 parent d7fbbf0 commit fc7108a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Library/Formula/libinfinity.rb
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,7 @@ def install
system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}"
system "make install"
# Don't link this into share!
(share/"icons/hicolor/icon-theme.cache").unlink
end
end

0 comments on commit fc7108a

Please sign in to comment.