From dd13568e69818afbacdaea4082d3137ce0ab9c7b Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sun, 12 Nov 2023 15:36:44 +0100 Subject: [PATCH] tzdata: also install leap-seconds.list The Hare stdlib wants this. --- srcpkgs/tzutils/template | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/srcpkgs/tzutils/template b/srcpkgs/tzutils/template index 60811ddc0a3..3b9ad102497 100644 --- a/srcpkgs/tzutils/template +++ b/srcpkgs/tzutils/template @@ -1,7 +1,7 @@ # Template file for 'tzutils' pkgname=tzutils version=2023c -revision=1 +revision=2 bootstrap=yes short_desc="Time zone and daylight-saving time utilities" maintainer="Đoàn Trần Công Danh " @@ -55,5 +55,6 @@ tzdata_package() { pkg_install() { vmove usr/share/man/man5 vmove "usr/share/zoneinfo*" + vinstall leap-seconds.list 644 usr/share/zoneinfo } }