summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGwenolé Beauchesne <gbeauchesne@mandriva.org>2004-09-21 02:32:48 +0000
committerGwenolé Beauchesne <gbeauchesne@mandriva.org>2004-09-21 02:32:48 +0000
commit8906c8f6ccadedd5b5463a66b5fe46007705f5f0 (patch)
tree35430e3f40891f84c04db930a1e89f750539f245 /Makefile
parent617a8b14367dcea5536f2d55378c6134398b4897 (diff)
downloaddrakx-8906c8f6ccadedd5b5463a66b5fe46007705f5f0.tar
drakx-8906c8f6ccadedd5b5463a66b5fe46007705f5f0.tar.gz
drakx-8906c8f6ccadedd5b5463a66b5fe46007705f5f0.tar.bz2
drakx-8906c8f6ccadedd5b5463a66b5fe46007705f5f0.tar.xz
drakx-8906c8f6ccadedd5b5463a66b5fe46007705f5f0.zip
nuke extra images dedicated to host cdcom drivers (e.g. "nvidia")
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 434a5a0eb..765115626 100644
--- a/Makefile
+++ b/Makefile
@@ -32,6 +32,7 @@ install_only:
make -C tools/$(ARCH)/cd install ROOTDEST=$(ROOTDEST)
endif
cd $(ROOTDEST)/images; rm -rf alternatives
+ rm -f $(ROOTDEST)/images/*.img-cdcom*
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