diff options
author | Cem Keylan <cem@ckyln.com> | 2021-08-07 20:44:01 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2021-08-07 20:44:01 +0300 |
commit | 6a5d7087db66152eecc27b01452863b93617fabf (patch) | |
tree | 0bdee9e11b772285c96cad982b127542d8c7d894 /extra/tzdata/build | |
parent | e33ea9b9cef38d103064dabf5299c57e9242d014 (diff) | |
download | repository-6a5d7087db66152eecc27b01452863b93617fabf.tar.gz |
tzdata: remove localtime file from the package
Diffstat (limited to 'extra/tzdata/build')
-rwxr-xr-x | extra/tzdata/build | 1 |
1 files changed, 1 insertions, 0 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 |