From 40b674a74ab14811961358728de43079c273a412 Mon Sep 17 00:00:00 2001 From: Pascal Rigaux Date: Tue, 30 Mar 2004 13:17:46 +0000 Subject: add boot.iso to images/MD5SUM (thanks to Frederik Himpe) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f4429b134..434a5a0eb 100644 --- a/Makefile +++ b/Makefile @@ -35,7 +35,7 @@ install_only: if [ `ls $(ROOTDEST)/images/*.img-* 2>/dev/null | wc -l` -gt 0 ]; then \ cd $(ROOTDEST)/images; mkdir alternatives; cd alternatives; mv ../*.img-* .; md5sum *.img-* > MD5SUM; \ fi - cd $(ROOTDEST)/images; md5sum *.img* > MD5SUM + cd $(ROOTDEST)/images; md5sum *.{img,iso}* > MD5SUM ifeq (i386,$(ARCH)) rm -rf $(ROOTDEST)/isolinux -- cgit v1.2.1