From 69823997e620a69aad9fb65bd0a081e5a6258242 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 14 Dec 2013 19:36:55 +0000 Subject: googlecl: only wrap single file. --- Library/Formula/googlecl.rb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'Library') diff --git a/Library/Formula/googlecl.rb b/Library/Formula/googlecl.rb index 73589f43a..fbeaeb446 100644 --- a/Library/Formula/googlecl.rb +++ b/Library/Formula/googlecl.rb @@ -29,8 +29,6 @@ class Googlecl < Formula "--single-version-externally-managed", "--record=installed.txt" - Dir["#{bin}/*"].each do |bin_file| - wrap bin_file, python.site_packages - end + wrap "#{bin}/google", python.site_packages end end -- cgit v1.2.3