aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2014-01-04 14:54:03 +0000
committerMike McQuaid2014-01-04 14:54:11 +0000
commitf1a233e1953e33ca31beae3a8e79303f818ec152 (patch)
tree6bf73fb31f4410c61407b7a93d77eb03b9a873d7 /Library
parentdcd80f54d378ba4431bc13b134c756110a2ab447 (diff)
downloadhomebrew-f1a233e1953e33ca31beae3a8e79303f818ec152.tar.bz2
binwalk: wrap binaries.
Closes #25518.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/binwalk.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/binwalk.rb b/Library/Formula/binwalk.rb
index 4e9da2587..ae9e44f55 100644
--- a/Library/Formula/binwalk.rb
+++ b/Library/Formula/binwalk.rb
@@ -14,6 +14,7 @@ class Binwalk < Formula
def install
cd "src" do
system "python", "setup.py", "install", "--no-prereq-checks", "--prefix=#{prefix}"
+ bin.env_script_all_files(libexec+'bin', :PYTHONPATH => ENV['PYTHONPATH'])
end
end