treeline: cleanup python usage.
This commit is contained in:
parent
d1ffdecb83
commit
033f1a980e
1 changed files with 1 additions and 3 deletions
|
@ -9,8 +9,6 @@ class Treeline < Formula
|
|||
depends_on 'pyqt'
|
||||
|
||||
def install
|
||||
python do
|
||||
system "./install.py", "-p#{prefix}"
|
||||
end
|
||||
system "./install.py", "-p#{prefix}"
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue