diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/libstfl.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/libstfl.rb b/Library/Formula/libstfl.rb index b543f4039..b67cc2d3c 100644 --- a/Library/Formula/libstfl.rb +++ b/Library/Formula/libstfl.rb @@ -28,7 +28,7 @@ class Libstfl < Formula if build.with? 'python' # Install into the site-packages in the Cellar (so uninstall works) inreplace 'python/Makefile.snippet' do |s| - s.change_make_var! "PYTHON_SITEARCH", python.site_packages + s.change_make_var! "PYTHON_SITEARCH", lib/'python2.7/site-packages' s.gsub! 'lib-dynload/', '' end # Fails race condition of test: |
