gamma yuva hist fix, theme change without exit
[goodguy/history.git] / cinelerra-5.0 / bld_scripts / bld_dynamic.sh
index 0babdddacbb48d24d5ec7b60f685856ec0b27000..32d10dd18f4fd7a3811158898c4ecbde6fe47f84 100755 (executable)
@@ -14,7 +14,9 @@ fi
 
 cd "$path/$dir/$bld"
 rm -rf "$proj"
-git clone "git://git.cinelerra-cv.org/goodguy/cinelerra.git" "$proj"
+git clone --depth 1 "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 $proj failed"
   exit 1