From: Arne Fitzenreiter Date: Wed, 22 Oct 2014 19:34:42 +0000 (+0200) Subject: tzdata: fix build with new coreutils. X-Git-Tag: v2.17-core87~103^2~43^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=af886d014077b600af93baf0de844cacf67d7bd3;p=ipfire-2.x.git tzdata: fix build with new coreutils. --- 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)