Makefile: fix broken recipe.

The make.conf.recipe was COPYing the file to the wrong location. Fixed.
This commit is contained in:
Albert Hopkins 2018-12-01 23:55:54 -08:00
parent 5794a0ca0e
commit 6ba642f7c1
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ $(CHROOT)/etc/portage/package.%/01$(APPLIANCE): appliances/$(APPLIANCE)/package.
cp $< $@
$(portage_make_conf_local): $(appliance_make_conf)
COPY $< $@ || touch $@
COPY $< /etc/portage/make.conf.local || touch $@
$(COMPILE_OPTIONS): $(STAGE3) $(PORTAGE_DIR) configs/make.conf.$(VA_ARCH) configs/locale.gen $(portage_package_files) $(portage_make_conf_local)
COPY configs/make.conf.$(VA_ARCH) /etc/portage/make.conf