From 86182d95ed6c8c900ffb6aa4a2628ee09ca9b1cd Mon Sep 17 00:00:00 2001 From: Albert Hopkins Date: Tue, 7 Sep 2010 07:42:18 -0400 Subject: [PATCH] Actually copy $(TIMEZONE) to /etc/localtime --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 20d2908..6d96df7 100644 --- a/Makefile +++ b/Makefile @@ -97,7 +97,7 @@ kernel: $(CHROOT)/boot/vmlinuz $(CHROOT)/boot/vmlinuz: base_system kernel.config - chroot $(CHROOT) cp /usr/share/zoneinfo/GMT /etc/localtime + chroot $(CHROOT) cp /usr/share/zoneinfo/$(TIMEZONE) /etc/localtime chroot $(CHROOT) emerge -N sys-kernel/$(KERNEL) cp kernel.config $(CHROOT)/usr/src/linux/.config chroot $(CHROOT) gcc-config 1