move tzselect to tz

This commit is contained in:
Tobias Powalowski 2022-01-28 10:57:12 +01:00
parent 105ce5687b
commit 0a1ac4a0ea
2 changed files with 2 additions and 2 deletions

View file

@ -37,7 +37,7 @@ build ()
tsort unexpand unlink users vdir pwait fuser peekfd prtstat pslog pstree newgidmap newuidmap \ tsort unexpand unlink users vdir pwait fuser peekfd prtstat pslog pstree newgidmap newuidmap \
lzmainfo xzcmp xzegrep xzfgrep gzexe uncompress zcmp zdiff zegrep zfgrep zforce zmore znew \ lzmainfo xzcmp xzegrep xzfgrep gzexe uncompress zcmp zdiff zegrep zfgrep zforce zmore znew \
bunzip2 bzcat bzdiff bzgrep bzip2recover bzmore chacl getfacl setfacl attr getfattr \ bunzip2 bzcat bzdiff bzgrep bzip2recover bzmore chacl getfacl setfacl attr getfattr \
setfattr tzselect pzstd unzstd zstd zstdcat zstdgrep zstdless zstdmt lz4 lz4c lz4cat unlz4" setfattr pzstd unzstd zstd zstdcat zstdgrep zstdless zstdmt lz4 lz4c lz4cat unlz4"
if [[ "$(uname -m)" == "x86_64" ]]; then if [[ "$(uname -m)" == "x86_64" ]]; then
apps="$apps i386 x86_64" apps="$apps i386 x86_64"
fi fi

View file

@ -4,7 +4,7 @@
build () build ()
{ {
apps="hwclock date ntpdate ntpd ntp-keygen ntp-wait ntpdc ntpq \ apps="hwclock date ntpdate ntpd ntp-keygen ntp-wait ntpdc ntpq \
ntptime ntptrace" ntptime ntptrace tzselect"
for i in $apps; do for i in $apps; do
add_binary "$i" add_binary "$i"
done done