diff options
| author | Mike McQuaid | 2012-04-16 20:23:51 +1000 |
|---|---|---|
| committer | Mike McQuaid | 2012-04-16 20:26:06 +1000 |
| commit | f833041765fabab3170b69e23e86606422609183 (patch) | |
| tree | e8f892b4dbc14f7d438a3268c11ad46fab6ecc98 /Library | |
| parent | c703c6f1ee3571f98cb7da9db7724971c58b6d42 (diff) | |
| download | brew-f833041765fabab3170b69e23e86606422609183.tar.bz2 | |
Fix Git installation warnings (again).
We have to install them to lib; anywhere else requires root
access, a non-system perl or patching Git.
Tried just moving them in 9597d5 but that breaks git-svn.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Homebrew/formula_installer.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/formula_installer.rb b/Library/Homebrew/formula_installer.rb index 38bb6aba4..3f48e2dd6 100644 --- a/Library/Homebrew/formula_installer.rb +++ b/Library/Homebrew/formula_installer.rb @@ -328,7 +328,7 @@ class FormulaInstaller return unless File.exist? f.lib valid_libraries = %w(.a .dylib .framework .la .o .so) - allowed_non_libraries = %w(.jar .prl) + allowed_non_libraries = %w(.jar .prl .pm) non_libraries = f.lib.children.select do |g| next if g.directory? extname = g.extname |
