wok-6.x diff opencv/receipt @ rev 21616

lucene++ : patch
author maniac
date Thu May 23 22:39:27 2019 +0300 (2019-05-23)
parents 3226cca667d3
children 19c807b8986a
line diff
     1.1 --- a/opencv/receipt	Thu May 23 22:07:21 2019 +0300
     1.2 +++ b/opencv/receipt	Thu May 23 22:39:27 2019 +0300
     1.3 @@ -17,7 +17,8 @@
     1.4  # Rules to configure and make the package.
     1.5  compile_rules()
     1.6  {
     1.7 -	cmake . -DCMAKE_INSTALL_PREFIX=/usr &&
     1.8 +	mkdir build; cd build 
     1.9 +	cmake .. -DCMAKE_INSTALL_PREFIX=/usr &&
    1.10  	make &&
    1.11  	make DESTDIR=$DESTDIR install
    1.12  }