aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2014-07-10 11:53:33 -0500
committerJack Nagel2014-07-10 12:21:18 -0500
commit211a528b6bc4c1159bb059a095659fe2f452ffe5 (patch)
tree543303d141e14032b84ac453b9ca8973ad871660 /Library
parent685dbf560592f71feeb81a97dd71a7b1fd6a91b6 (diff)
downloadhomebrew-211a528b6bc4c1159bb059a095659fe2f452ffe5.tar.bz2
shared-mime-info: remove unused configure switch
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/shared-mime-info.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/shared-mime-info.rb b/Library/Formula/shared-mime-info.rb
index c4c86e369..c752272a0 100644
--- a/Library/Formula/shared-mime-info.rb
+++ b/Library/Formula/shared-mime-info.rb
@@ -12,7 +12,7 @@ class SharedMimeInfo < Formula
def install
# Disable the post-install update-mimedb due to crash
- system "./configure", "--disable-debug", "--disable-dependency-tracking",
+ system "./configure", "--disable-dependency-tracking",
"--prefix=#{prefix}",
"--disable-update-mimedb"
system "make install"