Makefile: don't eselect profile

Since we're now pulling in the systemd stage3s presumably the profile is
set correctly in the stage3.
This commit is contained in:
Albert Hopkins 2016-07-23 21:14:14 +00:00
parent 5d1b56c692
commit b1aab65861
1 changed files with 0 additions and 1 deletions

View File

@ -146,7 +146,6 @@ $(COMPILE_OPTIONS): $(STAGE3) $(PORTAGE_DIR) configs/make.conf.$(ARCH) configs/l
cp configs/make.conf.$(ARCH) $(CHROOT)/etc/portage/make.conf
echo ACCEPT_KEYWORDS=$(ACCEPT_KEYWORDS) >> $(CHROOT)/etc/portage/make.conf
-[ -f "appliances/$(APPLIANCE)/make.conf" ] && cat "appliances/$(APPLIANCE)/make.conf" >> $(CHROOT)/etc/portage/make.conf
$(inroot) eselect profile set 1
cp configs/locale.gen $(CHROOT)/etc/locale.gen
$(inroot) locale-gen
for f in $(PACKAGE_FILES); do \