busybox: lsof is replaced by standalone utility

This commit is contained in:
Leonid Pliushch 2020-06-07 03:36:15 +03:00
parent 13e986f469
commit 1164ea1e16

View File

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