* [ptxdist] [RESEND PATCH] procps: bump version to 3.3.11 and update paths
@ 2016-02-06 17:17 Clemens Gruber
0 siblings, 0 replies; only message in thread
From: Clemens Gruber @ 2016-02-06 17:17 UTC (permalink / raw)
To: ptxdist; +Cc: Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gruber@pqgruber.com>
---
rules/procps.make | 28 ++++++++++++++--------------
1 file changed, 14 insertions(+), 14 deletions(-)
diff --git a/rules/procps.make b/rules/procps.make
index 0152548..56b99ae 100644
--- a/rules/procps.make
+++ b/rules/procps.make
@@ -19,8 +19,8 @@ PACKAGES-$(PTXCONF_PROCPS) += procps
#
# Paths and names
#
-PROCPS_VERSION := 3.3.10
-PROCPS_MD5 := 1fb7f3f6bf92ce6c5c9ed9949ae858fe
+PROCPS_VERSION := 3.3.11
+PROCPS_MD5 := 6cc5b94c1c5b8cbc89ad345a7b522f74
PROCPS := procps-ng-$(PROCPS_VERSION)
PROCPS_SUFFIX := tar.xz
PROCPS_URL := $(call ptx/mirror, SF, procps-ng/Production/$(PROCPS).$(PROCPS_SUFFIX))
@@ -75,23 +75,23 @@ $(STATEDIR)/procps.targetinstall:
ifdef PTXCONF_PROCPS_FREE
@$(call install_copy, procps, 0, 0, 0755, -, \
- /usr/bin/free)
+ /bin/free)
endif
ifdef PTXCONF_PROCPS_PGREP
@$(call install_copy, procps, 0, 0, 0755, -, \
- /usr/bin/pgrep)
+ /bin/pgrep)
endif
ifdef PTXCONF_PROCPS_PIDOF
@$(call install_copy, procps, 0, 0, 0755, -, \
- /usr/bin/pidof)
+ /bin/pidof)
endif
ifdef PTXCONF_PROCPS_PKILL
@$(call install_copy, procps, 0, 0, 0755, -, \
- /usr/bin/pkill)
+ /bin/pkill)
endif
ifdef PTXCONF_PROCPS_PMAP
@$(call install_copy, procps, 0, 0, 0755, -, \
- /usr/bin/pmap)
+ /bin/pmap)
endif
ifdef PTXCONF_PROCPS_PS
@$(call install_copy, procps, 0, 0, 0755, -, \
@@ -99,11 +99,11 @@ ifdef PTXCONF_PROCPS_PS
endif
ifdef PTXCONF_PROCPS_PWDX
@$(call install_copy, procps, 0, 0, 0755, -, \
- /usr/bin/pwdx)
+ /bin/pwdx)
endif
ifdef PTXCONF_PROCPS_SLABTOP
@$(call install_copy, procps, 0, 0, 0755, -, \
- /usr/bin/slabtop)
+ /bin/slabtop)
endif
ifdef PTXCONF_PROCPS_SYSCTL
@$(call install_copy, procps, 0, 0, 0755, -, \
@@ -112,23 +112,23 @@ ifdef PTXCONF_PROCPS_SYSCTL
endif
ifdef PTXCONF_PROCPS_TOP
@$(call install_copy, procps, 0, 0, 0755, -, \
- /usr/bin/top)
+ /bin/top)
endif
ifdef PTXCONF_PROCPS_UPTIME
@$(call install_copy, procps, 0, 0, 0755, -, \
- /usr/bin/uptime)
+ /bin/uptime)
endif
ifdef PTXCONF_PROCPS_VMSTAT
@$(call install_copy, procps, 0, 0, 0755, -, \
- /usr/bin/vmstat)
+ /bin/vmstat)
endif
ifdef PTXCONF_PROCPS_W
@$(call install_copy, procps, 0, 0, 0755, -, \
- /usr/bin/w)
+ /bin/w)
endif
ifdef PTXCONF_PROCPS_WATCH
@$(call install_copy, procps, 0, 0, 0755, -, \
- /usr/bin/watch)
+ /bin/watch)
endif
@$(call install_finish, procps)
--
2.7.0
_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2016-02-06 17:18 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-06 17:17 [ptxdist] [RESEND PATCH] procps: bump version to 3.3.11 and update paths Clemens Gruber
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox