X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.0%2Fbld_scripts%2Fbld_static.sh;h=ab3e9e58ab33e4fabea6832688e52676d9b3be5f;hb=7bb8e93f40c79f5cd5f90189a8f69357f0a389b0;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