fig: fix install

This commit is contained in:
Jack Nagel 2014-07-18 17:38:03 -05:00
parent db88d61de0
commit d1c45748ec

View file

@ -47,7 +47,7 @@ class Fig < Formula
install_args = ["setup.py", "install", "--prefix=#{libexec}"] install_args = ["setup.py", "install", "--prefix=#{libexec}"]
resources.each do |r| resources.each do |r|
resource(r).stage { system "python", *install_args } r.stage { system "python", *install_args }
end end
system "python", "setup.py", "install", "--prefix=#{prefix}" system "python", "setup.py", "install", "--prefix=#{prefix}"