mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
tzdata: Fix build to include leap seconds
This commit is contained in:
@@ -86,7 +86,7 @@ $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
|
||||
cd $(DIR_APP) && zic -y ./yearistype -d zoneinfo/posix \
|
||||
-L /dev/null $(FILES)
|
||||
cd $(DIR_APP) && zic -y ./yearistype -d zoneinfo/right \
|
||||
-L /dev/null $(FILES)
|
||||
-L leapseconds $(FILES)
|
||||
|
||||
rm -rf /usr/share/zoneinfo
|
||||
cd $(DIR_APP) && cp -prd zoneinfo /usr/share
|
||||
|
||||
Reference in New Issue
Block a user