Browse Source

procps-ng: move procps-ng-w to /usr/bin

procps-ng-w was installed to /bin, which should be an accident.

Signed-off-by: Huangbin Zhan <zhanhb88@gmail.com>
lilik-openwrt-22.03
Huangbin Zhan 4 years ago
parent
commit
0542a0ecae
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      utils/procps-ng/Makefile

+ 1
- 1
utils/procps-ng/Makefile View File

@ -38,7 +38,7 @@ PROCPS_APPLETS := \
# busybox alternatives which is also other distributions like debian and centos
# are doing
PROCPS_APPLETS_DIR_bin:=kill ps watch
procps-applets-dir=$(if $(findstring $(1),$(PROCPS_APPLETS_DIR_bin)),/bin,/usr/bin)
procps-applets-dir=$(if $(filter $(PROCPS_APPLETS_DIR_bin),$(1)),/bin,/usr/bin)
define Package/procps-ng/Default
SECTION:=utils


Loading…
Cancel
Save