From 4a9a524a337d5b2ca35909b87f7126b571e943c9 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 18 Oct 2021 00:14:16 +0200 Subject: tzdata: bump to 2021d --- extra/tzdata/build | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'extra/tzdata/build') diff --git a/extra/tzdata/build b/extra/tzdata/build index a83056ce..3d3b5b84 100755 --- a/extra/tzdata/build +++ b/extra/tzdata/build @@ -2,11 +2,17 @@ pkg_dir=$1 -make CC="${CC:-gcc}" LDFLAGS="$LDFLAGS -static" +make CC="${CC:-cc}" LDFLAGS="$LDFLAGS -static" -clinst -Dm755 -t "$1/usr/bin" zic zdump -clinst -Dm755 -s '1c#!/bin/sh' tzselect "$1/usr/bin/tzselect" -clman -d "$1" zic.8 zdump.8 tzselect.8 +# I decided to remove these from the package, because I don't know of a use case +# since we are building the timezone files in the package's build script anyway. +# If you for some reason think that these should absolutely be included in the +# package, contact me saying so, otherwise uncomment the following lines to +# install these. +# +# clinst -Dm755 -t "$1/usr/bin" zic zdump +# clinst -Dm755 -s '1c#!/bin/sh' tzselect "$1/usr/bin/tzselect" +# clman -d "$1" zic.8 zdump.8 tzselect.8 set -- africa asia australasia europe northamerica southamerica -- cgit v1.2.3