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.morph5
1 files changed, 2 insertions, 3 deletions
diff --git a/strata/tools/procps-ng.morph b/strata/tools/procps-ng.morph
index 69df3d4a..651ddb7a 100644
--- a/strata/tools/procps-ng.morph
+++ b/strata/tools/procps-ng.morph
@@ -5,15 +5,14 @@ description: |
Process management tools.
procps-ng is a fork of the original procps project.
-
build-system: autotools
configure-commands:
- - NOCONFIGURE=1 ./autogen.sh
+- NOCONFIGURE=1 ./autogen.sh
# Setting exec-prefix to /usr causes a bunch of stuff to go in /usr/usr/bin
# Setting prefix to / causes files to go in /include and /share
# So don't do either of those things!
- - ./configure --prefix="$PREFIX" --exec-prefix=/
+- ./configure --prefix="$PREFIX" --exec-prefix=/
post-install-commands:
# We need to link the binaries into /bin so that they override the Busybox