findutils: remove /bin/applets from PATH

This commit is contained in:
Leonid Pliushch 2020-07-09 01:11:25 +03:00
parent ffffd9fc42
commit 2e969d4c63
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ TERMUX_PKG_ESSENTIAL=true
TERMUX_PKG_EXTRA_CONFIGURE_ARGS="
gl_cv_func_fflush_stdin=yes
SORT_SUPPORTS_Z=yes
SORT=$TERMUX_PREFIX/bin/applets/sort
SORT=$TERMUX_PREFIX/bin/sort
"
# Remove locale and updatedb which in Termux is provided by mlocate: