Removing MISSING_FILES.DMP, if found, before start packages dowlnoad.

This commit is contained in:
Manuel Canales Esparcia 2006-03-14 21:16:52 +00:00
parent 164afa23f4
commit 49b1e9a50a

View file

@ -773,6 +773,7 @@ get_sources() {
cd $BUILDDIR/sources
if [ -f MD5SUMS ] ; then rm MD5SUMS ; fi
if [ -f MD5SUMS-$VERSION ] ; then rm MD5SUMS-$VERSION ; fi
if [ -f MISSING_FILES.DMP ] ; then rm MISSING_FILES.DMP ; fi
download "" MD5SUMS