X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fblds%2Fbld_static.sh;h=7a284db961aba2f9050a7de0a93a31b6dc90af35;hp=39e197439a7ce16fba5eb50ebd92a0ed2bb9ccef;hb=93cd60723f8816b0c787b1ce9fe7aa6067e0e749;hpb=7fd85fb66168f6b518c5f2d73e04036e87faa0e1 diff --git a/cinelerra-5.1/blds/bld_static.sh b/cinelerra-5.1/blds/bld_static.sh index 39e19743..7a284db9 100755 --- a/cinelerra-5.1/blds/bld_static.sh +++ b/cinelerra-5.1/blds/bld_static.sh @@ -16,7 +16,7 @@ cd "$path/$dir/$bld" rm -rf "$proj.sta" mkdir "$proj.sta" -git clone "git://git.cinelerra-cv.org/goodguy/cinelerra.git" "$proj.sta" +git clone "git://git.cinelerra-gg.org/goodguy/cinelerra.git" "$proj.sta" #rsh host tar -C "/mnt0/$proj" -cf - "$base" | tar -C "$proj.sta" -xf - if [ $? -ne 0 ]; then echo "git clone $proj failed"