fig: fix install
This commit is contained in:
parent
db88d61de0
commit
d1c45748ec
1 changed files with 1 additions and 1 deletions
|
@ -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}"
|
||||||
|
|
Loading…
Reference in a new issue