From 25dfce724a30419be2ada7d06bdc8f4e5cb3c7d2 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 4 Jan 2014 13:08:58 +0000 Subject: libstfl: cleanup python usage. --- Library/Formula/libstfl.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Library') 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: -- cgit v1.2.3