From 6a5d7087db66152eecc27b01452863b93617fabf Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Sat, 7 Aug 2021 20:44:01 +0300 Subject: tzdata: remove localtime file from the package --- extra/tzdata/build | 1 + 1 file changed, 1 insertion(+) (limited to 'extra/tzdata/build') 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 -- cgit v1.2.3