diff options
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 |
