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