changed PROFILE variable to profile to avoid clobbering builds
This commit is contained in:
parent
ff82a997eb
commit
312faaa621
2
Makefile
2
Makefile
|
@ -28,7 +28,7 @@ PACKAGE_FILES = $(APPLIANCE)/package.*
|
||||||
WORLD = $(APPLIANCE)/world
|
WORLD = $(APPLIANCE)/world
|
||||||
CRITICAL = $(APPLIANCE)/critical
|
CRITICAL = $(APPLIANCE)/critical
|
||||||
|
|
||||||
-include $(PROFILE).cfg
|
-include $(profile).cfg
|
||||||
|
|
||||||
ifneq ($(PKGDIR),)
|
ifneq ($(PKGDIR),)
|
||||||
MOUNT_PKGDIR = mkdir -p $(CHROOT)/var/portage/packages; \
|
MOUNT_PKGDIR = mkdir -p $(CHROOT)/var/portage/packages; \
|
||||||
|
|
Loading…
Reference in New Issue