diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2001-04-12 13:12:41 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2001-04-12 13:12:41 +0000 |
commit | 8758c0b3f9cb50b201702949caa2ee42f01e4307 (patch) | |
tree | 8861c4ab4a6e7b6e07f3bf0ee83d2ebb53aaa9a3 | |
parent | 02852d8b7c6629b45c65c9daae4ca5ea8423a2c7 (diff) | |
download | drakx-8758c0b3f9cb50b201702949caa2ee42f01e4307.tar drakx-8758c0b3f9cb50b201702949caa2ee42f01e4307.tar.gz drakx-8758c0b3f9cb50b201702949caa2ee42f01e4307.tar.bz2 drakx-8758c0b3f9cb50b201702949caa2ee42f01e4307.tar.xz drakx-8758c0b3f9cb50b201702949caa2ee42f01e4307.zip |
(install): clean old images/alternatives
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ ifeq (alpha,$(ARCH)) cp -f vmlinux.gz $(ROOTDEST)/boot/instboot.gz make -C tools/$(ARCH)/cd install ROOTDEST=$(ROOTDEST) endif - cd $(ROOTDEST)/images; mkdir -p alternatives ; mv *.img-* alternatives + cd $(ROOTDEST)/images; rm -rf alternatives ; mkdir alternatives ; mv *.img-* alternatives cd $(ROOTDEST)/images; md5sum *.img* > MD5SUM cd $(ROOTDEST)/images/alternatives; md5sum *.img* > MD5SUM |