diff options
Diffstat (limited to 'extra/tzdata')
-rwxr-xr-x | extra/tzdata/build | 1 | ||||
-rw-r--r-- | extra/tzdata/message | 6 | ||||
-rw-r--r-- | extra/tzdata/version | 2 |
3 files changed, 8 insertions, 1 deletions
diff --git a/extra/tzdata/build b/extra/tzdata/build index 8b77e1ae..8a00ad0f 100755 --- a/extra/tzdata/build +++ b/extra/tzdata/build @@ -8,6 +8,7 @@ make DESTDIR="$1" install # Get rid of the sbin directory mv "$1/usr/sbin/zic" "$1/usr/bin/zic" rm -rf "$1/usr/sbin" +rm -rf "${1:?}/etc" set -- africa asia australasia europe northamerica southamerica diff --git a/extra/tzdata/message b/extra/tzdata/message new file mode 100644 index 00000000..f8be1298 --- /dev/null +++ b/extra/tzdata/message @@ -0,0 +1,6 @@ +[1;33mWARNING[m + +[1mtzdata[m no longer has the '/etc/localtime' file packaged, +you may need to manually relink the localtime file if +you are upgrading the package. + diff --git a/extra/tzdata/version b/extra/tzdata/version index 2221e5ba..b78e1985 100644 --- a/extra/tzdata/version +++ b/extra/tzdata/version @@ -1 +1 @@ -2021a 1 +2021a 2 |