X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.0%2Fbld_scripts%2Fbld_static.sh;h=ab3e9e58ab33e4fabea6832688e52676d9b3be5f;hb=8b84c0c626490aea09f67e07d413c0a7c7d7c3cd;hp=8ee92f4f9cbfda9283e8d178e107c149dfa303b5;hpb=c3d21f88f370844a673d184e118af23f9c622345;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.0/bld_scripts/bld_static.sh b/cinelerra-5.0/bld_scripts/bld_static.sh index 8ee92f4f..ab3e9e58 100755 --- a/cinelerra-5.0/bld_scripts/bld_static.sh +++ b/cinelerra-5.0/bld_scripts/bld_static.sh @@ -15,6 +15,8 @@ fi cd "$path/$dir/$bld" rm -rf "$proj" git clone "git://git.cinelerra-cv.org/goodguy/cinelerra.git" "$proj" +#rsh host tar -C /mnt0/cinelerra5 -cf - cinelerra | tar -xf - +#mv cinelerra cinelerra5 if [ $? -ne 0 ]; then echo "git clone $proj failed" exit 1