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.
This commit is contained in:
Charlie Sharpsteen 2011-09-21 16:08:53 -07:00
parent 9724da1f77
commit 80562282da

View file

@ -64,9 +64,9 @@ class Opencv < Formula
end end
args << "-DPYTHON_INCLUDE_DIR='#{python_prefix}/include/#{which_python}'" args << "-DPYTHON_INCLUDE_DIR='#{python_prefix}/include/#{which_python}'"
end end
args << "-DPYTHON_PACKAGES_PATH='#{lib}/#{which_python}/site-packages'"
system 'cmake', '.', *args system 'cmake', '.', *args
interactive_shell
system "make" system "make"
system "make install" system "make install"
end end