diff options
| author | Charlie Sharpsteen | 2011-09-21 16:08:53 -0700 |
|---|---|---|
| committer | Charlie Sharpsteen | 2011-09-21 16:08:53 -0700 |
| commit | f041df1f9d8061f00bbc43f8b37f4d4abd5f86bd (patch) | |
| tree | 54b8b09470b0df15c9894dcd1e5c5a325f49bfdf | |
| parent | a8e828546bd3d3c1ecc5ed4b62303fc97ff38954 (diff) | |
| download | homebrew-f041df1f9d8061f00bbc43f8b37f4d4abd5f86bd.tar.bz2 | |
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.
| -rw-r--r-- | Library/Formula/opencv.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/opencv.rb b/Library/Formula/opencv.rb index 274e520ce..a952b82e4 100644 --- a/Library/Formula/opencv.rb +++ b/Library/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 |
