From ac02aab8d1dec5d137894c11a3a84973f3a00ed8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Deckert?= Date: Fri, 5 Feb 2021 15:49:58 +0100 Subject: [PATCH] fix copy of configs/locale.gen --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a90a084..3fc1452 100644 --- a/Makefile +++ b/Makefile @@ -168,7 +168,7 @@ $(CHROOT)/var/tmp/profile: $(STAGE3) touch $@ $(CHROOT)/etc/locale.gen: configs/locale.gen - COPY configs/locale.gen $@ + COPY configs/locale.gen /etc/locale.gen $(COMPILE_OPTIONS): $(STAGE3) $(PORTAGE_DIR) $(CHROOT)/etc/portage/make.conf configs/locale.gen $(portage_package_files) $(portage_make_conf_local) $(CHROOT)/var/tmp/profile $(CHROOT)/etc/locale.gen RUN locale-gen