From 5301de08094e4eaeb2a9f9ce4166217e31131116 Mon Sep 17 00:00:00 2001 From: Dan Jacobowitz Date: Thu, 30 Nov 2000 16:43:18 +0000 Subject: [PATCH] Add -f to the rm of the FAQ tarball --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1de5dc6d..ec231f8a 100755 --- a/Makefile +++ b/Makefile @@ -494,7 +494,7 @@ $(BDIR)/CD1/doc: mkdir $(BDIR)/$$DISK/doc/FAQ/html ; \ cd $(BDIR)/$$DISK/doc/FAQ/html ; \ tar xzvf ../debian-faq.html.tar.gz ; \ - rm ../debian-faq.html.tar.gz ; \ + rm -f ../debian-faq.html.tar.gz ; \ done $(Q)$(add_bin_doc) # Common stuff for all disks