From 7964aa6648362f55df29696eb8710c67e11bb1a0 Mon Sep 17 00:00:00 2001 From: Adam Vandenberg Date: Sat, 13 Jul 2013 10:15:54 -0700 Subject: [PATCH] keg: more gnome folders --- Library/Homebrew/keg.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/keg.rb b/Library/Homebrew/keg.rb index 207c0467f3..e7a8a7406d 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 mime-info pixmaps sounds] + share_mkpaths.concat %w[applications gnome gnome/help 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