update android remote_control app for android-studio, new icons, added GPL
[goodguy/history.git] / cinelerra-5.0 / bld_scripts / bld_dynamic.sh
index 864e6ca0e14ca8a6580ea66a0fa4bdd7b7f0d9f9..87f927ea126c46125ff5d9370f7d8b6a42f2fa52 100755 (executable)
@@ -4,19 +4,21 @@ dir="$1"
 shift
 path="/home"
 bld="git-repo"
-proj="cinelerra"
+proj="cinelerra5"
 base="cinelerra-5.0"
 
 if [ ! -d "$path/$dir/$bld" ]; then
-  echo "$bld missing in /$path/$dir"
+  echo "$bld missing in $path/$dir"
   exit 1
 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