fix copy of configs/locale.gen
This commit is contained in:
parent
d24700fac4
commit
ac02aab8d1
2
Makefile
2
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
|
||||
|
|
Loading…
Reference in New Issue