X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fblds%2Fbld_static.sh;fp=cinelerra-5.1%2Fblds%2Fbld_static.sh;h=7a284db961aba2f9050a7de0a93a31b6dc90af35;hp=39e197439a7ce16fba5eb50ebd92a0ed2bb9ccef;hb=9999347f8546c8b7d030c7938da54716f0ee695a;hpb=af4a324887dc0828d96beb4858bf6fb1db1c2ae2 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"