busybox: remove tcpsvd link

No longer needed.
This commit is contained in:
Leonid Pliushch 2020-06-07 03:35:17 +03:00
parent 72811d08d2
commit 13e986f469

View File

@ -55,7 +55,7 @@ termux_step_post_make_install() {
mkdir -p $TERMUX_PREFIX/bin/applets
cd $TERMUX_PREFIX/bin/applets
for f in crond crontab inotifyd lsof lsusb runsv runsvdir sendmail \
sv svlogd tcpsvd; do
sv svlogd; do
ln -s ../busybox $f
done
unset f