changed PROFILE variable to profile to avoid clobbering builds

This commit is contained in:
Albert Hopkins 2010-12-06 20:19:37 -05:00
parent ff82a997eb
commit 312faaa621
1 changed files with 1 additions and 1 deletions

View File

@ -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; \