rehome git repo, change config dir to .bcast5
[goodguy/history.git] / cinelerra-5.0 / bld_scripts / bld_static.sh
index a7ed47ddf438c477c55a53af2ab5b52ec37a935f..8ee92f4f9cbfda9283e8d178e107c149dfa303b5 100755 (executable)
@@ -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,9 @@ 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"
 if [ $? -ne 0 ]; then
-  echo "git clone $bld/$proj/ failed"
+  echo "git clone $proj failed"
   exit 1
 fi