remove borked checkouts
authorThomas Vander Stichele <thomas@apestaart.org>
Fri, 12 Mar 2004 19:09:29 +0000 (19:09 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Fri, 12 Mar 2004 19:09:29 +0000 (19:09 +0000)
Original commit message from CVS:
remove borked checkouts

autogen.sh

index bf86e1b..1b9746e 100755 (executable)
@@ -13,8 +13,9 @@ then
   cvs co common 
 fi
 
-if test ! -d gst-libs/ext/ffmpeg; 
+if test ! -f gst-libs/ext/ffmpeg/autogen.sh
 then 
+  rm -rf gst-libs/ext/ffmpeg
   echo "+ getting ffmpeg from cvs"
   cvs co mirror-ffmpeg 
 fi