pkg-config: remove conflicting m4 files

master
Adam Vandenberg 2012-07-22 10:32:10 -07:00
parent fd98bd93aa
commit 2222078adc
1 changed files with 5 additions and 0 deletions

View File

@ -21,5 +21,10 @@ class PkgConfig < Formula
system "make"
system "make check"
system "make install"
# Fix some bullshit.
# pkg-config tries to install glib's m4 macros, which will conflict with
# an actual glib install.
rm Dir["#{share}/aclocal/g*.m4"]
end
end