tzdata: also install leap-seconds.list
The Hare stdlib wants this.
This commit is contained in:
parent
37fc0e8529
commit
dd13568e69
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'tzutils'
|
# Template file for 'tzutils'
|
||||||
pkgname=tzutils
|
pkgname=tzutils
|
||||||
version=2023c
|
version=2023c
|
||||||
revision=1
|
revision=2
|
||||||
bootstrap=yes
|
bootstrap=yes
|
||||||
short_desc="Time zone and daylight-saving time utilities"
|
short_desc="Time zone and daylight-saving time utilities"
|
||||||
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
maintainer="Đoàn Trần Công Danh <congdanhqx@gmail.com>"
|
||||||
|
@ -55,5 +55,6 @@ tzdata_package() {
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/share/man/man5
|
vmove usr/share/man/man5
|
||||||
vmove "usr/share/zoneinfo*"
|
vmove "usr/share/zoneinfo*"
|
||||||
|
vinstall leap-seconds.list 644 usr/share/zoneinfo
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue