From 67239a5154054ae029b19e25b98be6d68788a3d9 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Fri, 30 Aug 2013 19:05:43 +0000 Subject: [PATCH] Makefile: We no longer use DOWNLOAD_DIR, so don't create it. --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index c144cb5..8590f60 100644 --- a/Makefile +++ b/Makefile @@ -40,7 +40,6 @@ PACKAGE_FILES = $(wildcard $(APPLIANCE)/package.*) WORLD = $(APPLIANCE)/world EXTRA_WORLD = CRITICAL = $(APPLIANCE)/critical -DOWNLOAD_DIR = .downloads # Allow appliance to override variables -include $(APPLIANCE)/$(APPLIANCE).cfg @@ -157,7 +156,6 @@ ifdef stage4-exists @./echo Using stage4 tarball: $(STAGE4_TARBALL) tar xapf "$(STAGE4_TARBALL)" -C $(CHROOT) else - mkdir -p $(DOWNLOAD_DIR) @./echo Using stage3 tarball tar xjpf stage3-$(ARCH)-latest.tar.bz2 -C $(CHROOT) endif