Add -f to the rm of the FAQ tarball

This commit is contained in:
Dan Jacobowitz 2000-11-30 16:43:18 +00:00
parent d89da99b09
commit 5301de0809
1 changed files with 1 additions and 1 deletions

View File

@ -494,7 +494,7 @@ $(BDIR)/CD1/doc:
mkdir $(BDIR)/$$DISK/doc/FAQ/html ; \ mkdir $(BDIR)/$$DISK/doc/FAQ/html ; \
cd $(BDIR)/$$DISK/doc/FAQ/html ; \ cd $(BDIR)/$$DISK/doc/FAQ/html ; \
tar xzvf ../debian-faq.html.tar.gz ; \ tar xzvf ../debian-faq.html.tar.gz ; \
rm ../debian-faq.html.tar.gz ; \ rm -f ../debian-faq.html.tar.gz ; \
done done
$(Q)$(add_bin_doc) # Common stuff for all disks $(Q)$(add_bin_doc) # Common stuff for all disks