procps-ng: move procps-ng-w to /usr/bin
authorHuangbin Zhan <redacted>
Sun, 14 Jun 2020 09:05:49 +0000 (17:05 +0800)
committerHuangbin Zhan <redacted>
Sun, 14 Jun 2020 09:05:49 +0000 (17:05 +0800)
procps-ng-w was installed to /bin, which should be an accident.

Signed-off-by: Huangbin Zhan <redacted>
utils/procps-ng/Makefile

index d6192da4f9fab24835dfaa3b9cc1537a0c514c30..7192646528a3d4302e41f58ff8118a6da2a7a747 100644 (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
git clone https://git.99rst.org/PROJECT