summaryrefslogtreecommitdiff
path: root/strata/core/util-linux.morph
blob: a685af9cf178a3bc2b4f215fecdf8b5c3d8c883b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: util-linux
kind: chunk
build-system: autotools
pre-configure-commands:
- ./autogen.sh
configure-commands:
# Installing to /bin so that they overwrite busybox login.
- |
  ./configure --prefix="$PREFIX" \
              --enable-libmount-force-mountinfo \
              --disable-use-tty-group \
              --bindir=/bin