From 312faaa6215631c80cd13cf6d32d97edef42cfc9 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Mon, 6 Dec 2010 20:19:37 -0500 Subject: [PATCH] changed PROFILE variable to profile to avoid clobbering builds --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 5634d2c..3e25a3e 100644 --- a/Makefile +++ b/Makefile @@ -28,7 +28,7 @@ PACKAGE_FILES = $(APPLIANCE)/package.* WORLD = $(APPLIANCE)/world CRITICAL = $(APPLIANCE)/critical --include $(PROFILE).cfg +-include $(profile).cfg ifneq ($(PKGDIR),) MOUNT_PKGDIR = mkdir -p $(CHROOT)/var/portage/packages; \