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=a7ed47ddf438c477c55a53af2ab5b52ec37a935f;hpb=0c9155dd01b6745f908e12c6a202c671a8f09514;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 a7ed47dd..ab3e9e58 100755 --- a/cinelerra-5.0/bld_scripts/bld_static.sh +++ b/cinelerra-5.0/bld_scripts/bld_static.sh @@ -4,7 +4,7 @@ dir="$1" shift path="/home" bld="git-repo" -proj="cinelerra" +proj="cinelerra5" base="cinelerra-5.0" if [ ! -d "$path/$dir/$bld" ]; then @@ -14,9 +14,11 @@ fi cd "$path/$dir/$bld" rm -rf "$proj" -git clone "http://cinelerra.org/git-repo/$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 $bld/$proj/ failed" + echo "git clone $proj failed" exit 1 fi