diff options
| author | Mike McQuaid | 2014-01-04 13:08:58 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-01-04 13:35:43 +0000 |
| commit | 25dfce724a30419be2ada7d06bdc8f4e5cb3c7d2 (patch) | |
| tree | 0e3ab24c727e1e8bc8b510929cfa9ccc064f1f29 /Library | |
| parent | c9d8db63c868f78e0c9b4549f083bf3931901f45 (diff) | |
| download | homebrew-25dfce724a30419be2ada7d06bdc8f4e5cb3c7d2.tar.bz2 | |
libstfl: cleanup python usage.
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: |
