X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fbld.sh;h=b8a80d6bbaaa2d1b31b41ca84f46b7375a986367;hp=d0f8b71b0b36879b1910ad30d21f557c143d8170;hb=d60a59baa6cfe24c0fb153ed9e150a834ba29feb;hpb=c6f91f271145ad9cd637f6b8f1560146178d3d41 diff --git a/cinelerra-5.1/bld.sh b/cinelerra-5.1/bld.sh index d0f8b71b..b8a80d6b 100755 --- a/cinelerra-5.1/bld.sh +++ b/cinelerra-5.1/bld.sh @@ -1,7 +1,6 @@ #!/bin/bash -./autogen.sh -./configure --with-single-user --with-opencv=sta,tar=http://192.168.1.8/opencv-20180401.tgz -make 2>&1 | tee log -make install +( ./autogen.sh + ./configure --with-single-user + make && make install ) 2>&1 | tee log mv Makefile Makefile.cfg cp Makefile.devel Makefile