Update package version to 2025b

This commit is contained in:
2025-05-12 17:26:22 +03:00
parent 7c65271740
commit b9f4469bf8
3 changed files with 16 additions and 4 deletions
+5 -3
View File
@@ -16,14 +16,16 @@ prepare() {
# This function is used to move the compiled files into the output directory
package() {
ZONEINFO="$BPM_OUTPUT"/usr/share/zoneinfo
for tz in etcetera southamerica northamerica europe africa antarctica asia australasia backward; do
zic -L /dev/null -d $ZONEINFO ${tz}
zic -L /dev/null -d $ZONEINFO/posix ${tz}
zic -L leapseconds -d $ZONEINFO/right ${tz}
done
cp -v zone.tab zone1970.tab iso3166.tab $ZONEINFO
zic -d $ZONEINFO -p America/New_York
unset ZONEINFO
# Install package license
install -Dm644 LICENSE "$BPM_OUTPUT"/usr/share/licenses/tzdata/LICENSE
}