wok diff tzdata/receipt @ rev 25704

BootProg: contiguous file support
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Jun 04 16:57:31 2024 +0000 (3 weeks ago)
parents bc2b9d9bed6f
children
line diff
     1.1 --- a/tzdata/receipt	Sun Mar 06 21:04:14 2022 +0000
     1.2 +++ b/tzdata/receipt	Tue Jun 04 16:57:31 2024 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="tzdata"
     1.7 -VERSION="2019c"
     1.8 +VERSION="2022a"
     1.9  CATEGORY="base-system"
    1.10  SHORT_DESC="Time Zone Database."
    1.11  MAINTAINER="al.bobylev@gmail.com"
    1.12 @@ -32,19 +32,21 @@
    1.13  	mkdir -p $ZONEINFO/right
    1.14  
    1.15  	tzs="etcetera southamerica northamerica europe africa antarctica asia \
    1.16 -australasia backward pacificnew systemv"
    1.17 +australasia backward"	# pacificnew systemv with 2022a not supplied
    1.18  	zic -L /dev/null    -d $ZONEINFO        -y "sh yearistype.sh" $tzs
    1.19  	zic -L /dev/null    -d $ZONEINFO/posix  -y "sh yearistype.sh" $tzs
    1.20  	zic -L leapseconds  -d $ZONEINFO/right  -y "sh yearistype.sh" $tzs
    1.21  
    1.22 -	cp -a $src/zone.tab $src/zone1970.tab $src/iso3166.tab $ZONEINFO
    1.23 +	cp -a $src/zone.tab	$ZONEINFO
    1.24 +	cp -a $src/zone1970.tab	$ZONEINFO
    1.25 +	cp -a $src/iso3166.tab	$ZONEINFO
    1.26  	zic -d $ZONEINFO -p America/New_York
    1.27  }
    1.28  
    1.29  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.30  genpkg_rules()
    1.31  {
    1.32 -	cp -a $install/* $fs
    1.33 +	cp -a $install/*	$fs
    1.34  
    1.35  	. $WOK/slitaz-i18n/stuff/locale-pack.conf
    1.36  	for locale in $LOCALE_PACK