aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/diffuse.rb
diff options
context:
space:
mode:
authorMike McQuaid2014-01-04 13:04:15 +0000
committerMike McQuaid2014-01-04 13:19:21 +0000
commit4db8fb6f05bbd3564f0b2ee7107822ffab334ab9 (patch)
tree9baeb1328d78bfd81dd05ee05ebbfcd67de3dae3 /Library/Formula/diffuse.rb
parent0e4a6f03a787fdaf53dd28f62c1ac6bec2078fac (diff)
downloadhomebrew-4db8fb6f05bbd3564f0b2ee7107822ffab334ab9.tar.bz2
diffuse: cleanup python usage.
Diffstat (limited to 'Library/Formula/diffuse.rb')
-rw-r--r--Library/Formula/diffuse.rb5
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