binwalk: wrap binaries.

Closes Homebrew/homebrew#25518.
master
Mike McQuaid 2014-01-04 14:54:03 +00:00
parent bfa2f2f17e
commit b7228cd936
1 changed files with 1 additions and 0 deletions

View File

@ -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