diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2004-03-30 13:17:46 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2004-03-30 13:17:46 +0000 |
commit | 40b674a74ab14811961358728de43079c273a412 (patch) | |
tree | c974dde188ef03ff79b46a10d0c343e600fd543e /Makefile | |
parent | 73c70a6f777b5632b762a44797ca8ab05c073c56 (diff) | |
download | drakx-40b674a74ab14811961358728de43079c273a412.tar drakx-40b674a74ab14811961358728de43079c273a412.tar.gz drakx-40b674a74ab14811961358728de43079c273a412.tar.bz2 drakx-40b674a74ab14811961358728de43079c273a412.tar.xz drakx-40b674a74ab14811961358728de43079c273a412.zip |
add boot.iso to images/MD5SUM (thanks to Frederik Himpe)
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |