summaryrefslogtreecommitdiff
path: root/strata/build-essential/stage2-bash.morph
blob: 70fbdab0897510c0d312951361a9dc22b56e1316 (plain)
1
2
3
4
5
6
7
8
name: stage2-bash
kind: chunk
configure-commands:
- ./configure --prefix="$PREFIX" --bindir="$PREFIX"/bin --without-bash-malloc
build-commands:
- make
install-commands:
- make  DESTDIR="$DESTDIR" install