aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorJack Nagel2012-02-01 14:17:33 -0600
committerJack Nagel2012-02-01 14:17:33 -0600
commit36085bd34db2a55fd8ea92fe9593ac86a2bb0bfe (patch)
tree884a65a5d81fe33be876b8a01b84ab003e5243a2 /Library
parent66388b7a437165507bbf3cc42d47482ceb7e0bc3 (diff)
downloadbrew-36085bd34db2a55fd8ea92fe9593ac86a2bb0bfe.tar.bz2
keg: mkpath directories in share/locale
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
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 2ea07b96b..8a98c1656 100644
--- a/Library/Homebrew/keg.rb
+++ b/Library/Homebrew/keg.rb
@@ -69,7 +69,7 @@ class Keg < Pathname
link_dir('share') do |path|
# locale-specific directories have the form
# language[_territory][.codeset][@modifier]
- if path.to_s =~ /man\/([a-z]{2}|C|POSIX)(_[A-Z]{2})?(\.[a-zA-Z\-0-9]+(@.+)?)?/
+ if path.to_s =~ /(locale|man)\/([a-z]{2}|C|POSIX)(_[A-Z]{2})?(\.[a-zA-Z\-0-9]+(@.+)?)?/
:mkpath
elsif share_mkpaths.include? path.to_s
:mkpath