* Oops, forgot a -r in the rm call.

This commit is contained in:
Raphaël Hertzog 2002-02-13 11:16:56 +00:00
parent 54ddadb413
commit 1c13f2a59e
1 changed files with 1 additions and 1 deletions

View File

@ -594,7 +594,7 @@ $(BDIR)/CD1/dists/$(CODENAME)/main/disks-$(ARCH):
$(BDIR)/$$DISK/dists/$(CODENAME)/main/disks-$(ARCH) \
$(BOOTDISKS) . ; \
cd $(BDIR)/$$DISK/dists/$(CODENAME)/main/disks-$(ARCH); \
rm -f base-images-*; \
rm -rf base-images-*; \
if [ "$(SYMLINK)" != "" ]; then exit 0; fi; \
if [ -L current ]; then \
CURRENT_LINK=`ls -l current | awk '{print $$11}'`; \