summaryrefslogtreecommitdiff
path: root/strata/core/util-linux.morph
diff options
context:
space:
mode:
Diffstat (limited to 'strata/core/util-linux.morph')
-rw-r--r--strata/core/util-linux.morph6
1 files changed, 5 insertions, 1 deletions
diff --git a/strata/core/util-linux.morph b/strata/core/util-linux.morph
index 22f19529..eebba6f6 100644
--- a/strata/core/util-linux.morph
+++ b/strata/core/util-linux.morph
@@ -3,4 +3,8 @@ kind: chunk
build-system: autotools
configure-commands:
- ./autogen.sh
-- ./configure --prefix="$PREFIX" --disable-use-tty-group
+# Installing to /bin so that they overwrite busybox login.
+- |
+ ./configure --prefix="$PREFIX" \
+ --disable-use-tty-group \
+ --bindir=/bin