Skip to content

Commit

Permalink
keg: mkpath directories in share/locale
Browse files Browse the repository at this point in the history
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
  • Loading branch information
jacknagel committed Feb 1, 2012
1 parent b2b5db4 commit c6a548c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/keg.rb
Expand Up @@ -69,7 +69,7 @@ def link
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
Expand Down

0 comments on commit c6a548c

Please sign in to comment.