diff options
author | Huangbin Zhan <zhanhb88@gmail.com> | 2020-06-14 17:05:49 +0800 |
---|---|---|
committer | Huangbin Zhan <zhanhb88@gmail.com> | 2020-06-14 17:05:49 +0800 |
commit | 0542a0ecae5d15b69ffe7f0ff808f93e5999b804 (patch) | |
tree | c07760df1dfb542d832c94229d92157b7ad7b789 /utils/procps-ng/Makefile | |
parent | 67e3c594de15985b76871ea5c1ba2fd05427900d (diff) |
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>
Diffstat (limited to 'utils/procps-ng/Makefile')
-rw-r--r-- | utils/procps-ng/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/procps-ng/Makefile b/utils/procps-ng/Makefile index d6192da4f..719264652 100644 --- a/utils/procps-ng/Makefile +++ b/utils/procps-ng/Makefile @@ -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 |