aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorJack Nagel2014-07-18 17:38:03 -0500
committerJack Nagel2014-07-18 17:38:03 -0500
commit58713cd57decdfe1c3ca0cccf9e270539883d0ac (patch)
tree6af1bb3103b666c279e7f0eeee89f0217a305eb5 /Library/Formula
parentfda8c5a66b4a7653157457959ce5457ddf9b5f6b (diff)
downloadhomebrew-58713cd57decdfe1c3ca0cccf9e270539883d0ac.tar.bz2
fig: fix install
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/fig.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/fig.rb b/Library/Formula/fig.rb
index ee9278ada..b257e0691 100644
--- a/Library/Formula/fig.rb
+++ b/Library/Formula/fig.rb
@@ -47,7 +47,7 @@ class Fig < Formula
install_args = ["setup.py", "install", "--prefix=#{libexec}"]
resources.each do |r|
- resource(r).stage { system "python", *install_args }
+ r.stage { system "python", *install_args }
end
system "python", "setup.py", "install", "--prefix=#{prefix}"