New comment by dkwo on void-packages repository https://github.com/void-linux/void-packages/issues/35715#issuecomment-1047213387 Comment: We have `install -m444 -t ${DESTDIR}/usr/share/zoneinfo iso3166.tab zone1970.tab zone.tab` while e.g. Arch has `install -m644 -t "${pkgdir}"/usr/share/zoneinfo iso3166.tab leap-seconds.list zone1970.tab zone.tab SECURITY # zone.tab is depricated and will go soon` Have you tried building with the latter? in particular, adding leap-seconds.list?