aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorAdam Vandenberg2013-07-08 09:59:45 -0700
committerAdam Vandenberg2013-07-08 09:59:45 -0700
commit6a83404fd537205f0894acce6f9224df765fb25d (patch)
tree45944cecd225f74a5d9717c0b98e1e5bf163c4e2 /Library
parent954049bcab1045fdcae659341e241bfed62a970a (diff)
downloadbrew-6a83404fd537205f0894acce6f9224df765fb25d.tar.bz2
add mime-info to Gnome folders
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/keg.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb
index a17972d76..001b54e4f 100644
--- a/Library/Homebrew/keg.rb
+++ b/Library/Homebrew/keg.rb
@@ -109,7 +109,7 @@ class Keg < Pathname
share_mkpaths.concat((1..8).map { |i| "man/man#{i}" })
share_mkpaths.concat((1..8).map { |i| "man/cat#{i}" })
# Paths used by Gnome Desktop support
- share_mkpaths.concat %w[applications icons pixmaps sounds]
+ share_mkpaths.concat %w[applications icons mime-info pixmaps sounds]
# yeah indeed, you have to force anything you need in the main tree into
# these dirs REMEMBER that *NOT* everything needs to be in the main tree