summaryrefslogtreecommitdiff
path: root/strata/coreutils-common/tar.morph
blob: 9219abeb10bee66fc4038f1ca97d5188bd78119b (plain)
1
2
3
4
5
6
7
8
9
10
name: tar
kind: chunk
configure-commands:
- bash bootstrap --skip-po
- FORCE_UNSAFE_CONFIGURE=1 ./configure --prefix=/usr --bindir=/bin --libexecdir=/usr/sbin
  --disable-nls --disable-gcc-warnings
build-commands:
- make
install-commands:
- make DESTDIR="$DESTDIR" install