summaryrefslogtreecommitdiffstats
path: root/rules/procps.make
diff options
context:
space:
mode:
Diffstat (limited to 'rules/procps.make')
-rw-r--r--rules/procps.make6
1 files changed, 3 insertions, 3 deletions
diff --git a/rules/procps.make b/rules/procps.make
index 8f02231ac..dfcfe56f0 100644
--- a/rules/procps.make
+++ b/rules/procps.make
@@ -144,13 +144,13 @@ ifdef PTXCONF_PROCPS_SYSCTL
@$(call install_copy, procps, 0, 0, 0755, $(PROCPS_DIR)/sysctl, /sbin/sysctl)
endif
ifdef PTXCONF_PROCPS_PS
- @$(call install_copy, procps, 0, 0, 0755, $(PROCPS_DIR)/ps/ps, /sbin/ps)
+ @$(call install_copy, procps, 0, 0, 0755, $(PROCPS_DIR)/ps/ps, /usr/bin/ps)
endif
ifdef PTXCONF_PROCPS_W
- @$(call install_copy, procps, 0, 0, 0755, $(PROCPS_DIR)/w, /sbin/w)
+ @$(call install_copy, procps, 0, 0, 0755, $(PROCPS_DIR)/w, /usr/bin/w)
endif
ifdef PTXCONF_PROCPS_PGREP
- @$(call install_copy, procps, 0, 0, 0755, $(PROCPS_DIR)/pgrep, /sbin/pgrep)
+ @$(call install_copy, procps, 0, 0, 0755, $(PROCPS_DIR)/pgrep, /usr/bin/pgrep)
endif
@$(call install_finish, procps)
@$(call touch, $@)