From af886d014077b600af93baf0de844cacf67d7bd3 Mon Sep 17 00:00:00 2001 From: Arne Fitzenreiter Date: Wed, 22 Oct 2014 21:34:42 +0200 Subject: [PATCH] tzdata: fix build with new coreutils. --- lfs/tzdata | 1 + 1 file changed, 1 insertion(+) diff --git a/lfs/tzdata b/lfs/tzdata index c36b7a34f6..afe3124e0a 100644 --- a/lfs/tzdata +++ b/lfs/tzdata @@ -94,6 +94,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects)) /usr/share/zoneinfo rm -vf /usr/share/zoneinfo/localtime + rm -vf /etc/localtime cp -vf /usr/share/zoneinfo/GMT /etc/localtime @rm -rf $(DIR_APP) -- 2.39.5