From 6ba642f7c17187f178105757a443fdc9acd20067 Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Sat, 1 Dec 2018 23:55:54 -0800 Subject: [PATCH] Makefile: fix broken recipe. The make.conf.recipe was COPYing the file to the wrong location. Fixed. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 83d0d66..e008ee7 100644 --- a/Makefile +++ b/Makefile @@ -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