From 80562282da06ef48bdb18cb04d8280a50145cb0e Mon Sep 17 00:00:00 2001 From: Charlie Sharpsteen Date: Wed, 21 Sep 2011 16:08:53 -0700 Subject: [PATCH] OpenCV: Remove debugging statement Oops, left something in that last commit. Also, fixes the module installation path to where the caveats say it will be. --- Formula/opencv.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/opencv.rb b/Formula/opencv.rb index 274e520ce0..a952b82e46 100644 --- a/Formula/opencv.rb +++ b/Formula/opencv.rb @@ -64,9 +64,9 @@ class Opencv < Formula end args << "-DPYTHON_INCLUDE_DIR='#{python_prefix}/include/#{which_python}'" end + args << "-DPYTHON_PACKAGES_PATH='#{lib}/#{which_python}/site-packages'" system 'cmake', '.', *args - interactive_shell system "make" system "make install" end