aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2013-12-14 19:36:55 +0000
committerMike McQuaid2013-12-14 19:38:32 +0000
commit69823997e620a69aad9fb65bd0a081e5a6258242 (patch)
tree8b54fcd40d76523f34414e09900249f9bbed4b61 /Library
parentca1b7bf77125f5472f2062d64ff7303dc768199d (diff)
downloadhomebrew-69823997e620a69aad9fb65bd0a081e5a6258242.tar.bz2
googlecl: only wrap single file.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/googlecl.rb4
1 files changed, 1 insertions, 3 deletions
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