diff options
| author | Mike McQuaid | 2014-01-04 13:11:35 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-04 13:35:44 +0000 |
| commit | fb2f25c76ae6a521771f90f9d44bcfa97edad058 (patch) | |
| tree | 7362bb98b3a7da7b44dd265a7cf2f5ecfc2d84ab /Library/Formula | |
| parent | 33052d7f8b2f3fc13dbd3521dc31d19116eaffa1 (diff) | |
| download | homebrew-fb2f25c76ae6a521771f90f9d44bcfa97edad058.tar.bz2 | |
namebench: cleanup python usage.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/namebench.rb | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Library/Formula/namebench.rb b/Library/Formula/namebench.rb index 5de200063..80e241fa9 100644 --- a/Library/Formula/namebench.rb +++ b/Library/Formula/namebench.rb @@ -12,10 +12,8 @@ class Namebench < Formula def install ENV['NO_THIRD_PARTY']='1' if build.include?('no-third-party') - python do - system python, "setup.py", "install", "--prefix=#{prefix}", - "--install-data=#{python.site_packages}" - end + system "python", "setup.py", "install", "--prefix=#{prefix}", + "--install-data=#{lib}/python2.7/site-packages" bin.install bin/'namebench.py' => 'namebench' end |
