gdb: pruning more conflict
Yet another directory that conflicts. Linking /usr/local/Cellar/binutils/2.24... Error: Could not symlink share/info/bfd.info Target /usr/local/share/info/bfd.info Linking /usr/local/Cellar/binutils/2.24... Error: Could not symlink share/info/configure.info Target /usr/local/share/info/configure.info Closes Homebrew/homebrew#382. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
This commit is contained in:
parent
f8934e5d5d
commit
ffeb018e20
1 changed files with 1 additions and 3 deletions
|
@ -67,9 +67,7 @@ class Gdb < Formula
|
|||
rm_rf include
|
||||
rm_rf lib
|
||||
rm_rf share/"locale"
|
||||
|
||||
# Conflicts with other GNU packages
|
||||
rm_f info/"standards.info"
|
||||
rm_rf share/"info"
|
||||
end
|
||||
|
||||
def caveats; <<-EOS.undent
|
||||
|
|
Loading…
Reference in a new issue