summaryrefslogtreecommitdiff
path: root/strata/tools/procps-ng.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/tools/procps-ng.morph')
-rw-r--r--strata/tools/procps-ng.morph11
1 files changed, 0 insertions, 11 deletions
diff --git a/strata/tools/procps-ng.morph b/strata/tools/procps-ng.morph
index e030b36c..fb742a23 100644
--- a/strata/tools/procps-ng.morph
+++ b/strata/tools/procps-ng.morph
@@ -14,14 +14,3 @@ configure-commands:
# Setting prefix to / causes files to go in /include and /share
# So don't do either of those things!
- ./configure --prefix="$PREFIX" --exec-prefix=/
-
-post-install-commands:
-# We need to link the binaries into /bin so that they override the Busybox
-# versions of these tools. This will not be necessary once /bin is merged
-# into /usr/bin. It's not possible to get the Makefile to install the binaries
-# in /bin -- a bunch of them are hardcoded to live in ${exec_prefix}/usr/bin.
- - |
- usr_binaries="free pidof pmap slabtop top vmstat watch pgrep pkill pwdx tload uptime w"
- for file in $usr_binaries; do
- ln -sf "$PREFIX"/bin/$file "$DESTDIR"/bin/$file
- done