diff options
Diffstat (limited to 'homebrew/ydiff/.make.sh-auto')
-rw-r--r-- | homebrew/ydiff/.make.sh-auto | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/homebrew/ydiff/.make.sh-auto b/homebrew/ydiff/.make.sh-auto new file mode 100644 index 000000000..3247c9c41 --- /dev/null +++ b/homebrew/ydiff/.make.sh-auto @@ -0,0 +1,5 @@ +pkg:setup +ENV.prepend_create_path "PYTHONPATH", libexec/"lib/python2.7/site-packages" +python *Language::Python.setup_install_args(libexec) +bin.install Dir[libexec/"bin/*"] +bin.env_script_all_files(libexec/"bin", :PYTHONPATH => ENV["PYTHONPATH"]) |