From 71a2e39477725c9dbb01eb0a55fc2d38d3ec0d1f Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Mon, 23 Sep 2013 17:54:53 +0100 Subject: ansible: add wrapper function TODO. --- Library/Formula/ansible.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'Library') diff --git a/Library/Formula/ansible.rb b/Library/Formula/ansible.rb index d439c50e6..37871884f 100644 --- a/Library/Formula/ansible.rb +++ b/Library/Formula/ansible.rb @@ -35,6 +35,7 @@ class Ansible < Formula depends_on :python depends_on 'libyaml' + # TODO: Move this into Library/Homebrew somewhere (see also mitmproxy.rb). def wrap bin_file, pythonpath bin_file = Pathname.new bin_file libexec_bin = Pathname.new libexec/'bin' -- cgit v1.2.3