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