From f833041765fabab3170b69e23e86606422609183 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 16 Apr 2012 20:23:51 +1000 Subject: 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. --- Library/Homebrew/formula_installer.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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 -- cgit v1.2.3