diff options
| author | Mike McQuaid | 2012-04-16 20:23:51 +1000 |
|---|---|---|
| committer | Mike McQuaid | 2012-04-16 20:26:06 +1000 |
| commit | 14f9840b35c530ed0a8b90bf541e209a0f619f87 (patch) | |
| tree | 1e80974606517a15ca1262bce2ea159d8b417341 /Library | |
| parent | 6ddcef25fce588388805efb6ed94640a7874494f (diff) | |
| download | homebrew-14f9840b35c530ed0a8b90bf541e209a0f619f87.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 |
