]> git.ipfire.org Git - ipfire-2.x.git/commitdiff
tzdata: fix build with new coreutils.
authorArne Fitzenreiter <arne_f@ipfire.org>
Wed, 22 Oct 2014 19:34:42 +0000 (21:34 +0200)
committerArne Fitzenreiter <arne_f@ipfire.org>
Wed, 22 Oct 2014 19:34:42 +0000 (21:34 +0200)
lfs/tzdata

index c36b7a34f64b75720d1a5c71701b9e84191a63d9..afe3124e0a438dca282cf6209f46921685c70da3 100644 (file)
@@ -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)