diff options
| author | Jack Nagel | 2014-07-18 17:38:03 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-07-18 17:38:03 -0500 |
| commit | 58713cd57decdfe1c3ca0cccf9e270539883d0ac (patch) | |
| tree | 6af1bb3103b666c279e7f0eeee89f0217a305eb5 /Library/Formula | |
| parent | fda8c5a66b4a7653157457959ce5457ddf9b5f6b (diff) | |
| download | homebrew-58713cd57decdfe1c3ca0cccf9e270539883d0ac.tar.bz2 | |
fig: fix install
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/fig.rb | 2 |
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}" |
