summaryrefslogtreecommitdiff
path: root/strata/core/util-linux.morph
blob: 1ec7f8e2b4f2025861014ec693f59dea628ed196 (plain)
1
2
3
4
5
6
7
8
9
10
11
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" \
              --disable-use-tty-group \
              --bindir=/bin