Doh! Fix source builds - need to change how grab_md5 is called

This commit is contained in:
Steve McIntyre 2006-12-04 11:38:19 +00:00
parent 7a843520eb
commit 5246ae846e
1 changed files with 2 additions and 2 deletions

View File

@ -811,9 +811,9 @@ mirrorcheck-binary: ok
mirrorcheck-source: ok
rm -f $(SDIR)/md5-check
$(Q)$(grab_md5) $(MIRROR) source $(CODENAME) $(SDIR)/md5-check
$(Q)$(grab_md5) $(MIRROR) source $(CODENAME) $(CODENAME) $(SDIR)/md5-check
if [ -n "$(NONUS)" ]; then \
$(grab_md5) $(NONUS) source $(CODENAME) $(SDIR)/md5-check; \
$(grab_md5) $(NONUS) source $(CODENAME) $(CODENAME) $(SDIR)/md5-check; \
fi
update-popcon: