From 5246ae846e3addcb832c7bbf1487b3a41d5b1c16 Mon Sep 17 00:00:00 2001 From: Steve McIntyre <93sam@debian.org> Date: Mon, 4 Dec 2006 11:38:19 +0000 Subject: [PATCH] Doh! Fix source builds - need to change how grab_md5 is called --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index ca068a75..2e6d1d1b 100755 --- a/Makefile +++ b/Makefile @@ -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: