diff options
| author | Mike McQuaid | 2014-01-04 13:04:15 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-01-04 13:19:21 +0000 | 
| commit | 4db8fb6f05bbd3564f0b2ee7107822ffab334ab9 (patch) | |
| tree | 9baeb1328d78bfd81dd05ee05ebbfcd67de3dae3 /Library/Formula/diffuse.rb | |
| parent | 0e4a6f03a787fdaf53dd28f62c1ac6bec2078fac (diff) | |
| download | homebrew-4db8fb6f05bbd3564f0b2ee7107822ffab334ab9.tar.bz2 | |
diffuse: cleanup python usage.
Diffstat (limited to 'Library/Formula/diffuse.rb')
| -rw-r--r-- | Library/Formula/diffuse.rb | 5 | 
1 files changed, 1 insertions, 4 deletions
| diff --git a/Library/Formula/diffuse.rb b/Library/Formula/diffuse.rb index bcc889eb4..0ae1d474b 100644 --- a/Library/Formula/diffuse.rb +++ b/Library/Formula/diffuse.rb @@ -5,16 +5,13 @@ class Diffuse < Formula    url 'http://downloads.sourceforge.net/project/diffuse/diffuse/0.4.7/diffuse-0.4.7.tar.bz2'    sha1 '9e3b906b579495027b76dc723b5df28e400d3f26' -  depends_on :python    depends_on 'pygtk'    def install -    python do -      system python, "./install.py", +    system "python", "./install.py",                       "--sysconfdir=#{etc}",                       "--examplesdir=#{share}",                       "--prefix=#{prefix}" -    end    end    def test | 
