Skip to content

Commit

Permalink
Merge pull request #18372 from ywwry66/brew-link-install-info-gz
Browse files Browse the repository at this point in the history
keg: Install `gzip`ed info files during linking
  • Loading branch information
MikeMcQuaid committed Sep 23, 2024
2 parents 06f60ff + 401b45f commit bd3c7f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/keg.rb
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def to_s

# Locale-specific directories have the form `language[_territory][.codeset][@modifier]`
LOCALEDIR_RX = %r{(locale|man)/([a-z]{2}|C|POSIX)(_[A-Z]{2})?(\.[a-zA-Z\-0-9]+(@.+)?)?}
INFOFILE_RX = %r{info/([^.].*?\.info|dir)$}
INFOFILE_RX = %r{info/([^.].*?\.info(\.gz)?|dir)$}
KEG_LINK_DIRECTORIES = %w[
bin etc include lib sbin share var
].freeze
Expand Down

0 comments on commit bd3c7f8

Please sign in to comment.