Removing MISSING_FILES.DMP, if found, before start packages dowlnoad.
This commit is contained in:
parent
164afa23f4
commit
49b1e9a50a
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
||||
|
|
Reference in a new issue