summaryrefslogtreecommitdiff
path: root/strata/core/bash.morph
blob: 9639593b05e1db91ab5028034c448e414f938fbe (plain)
1
2
3
4
5
6
7
8
name: bash
kind: chunk
configure-commands:
- ./configure --prefix=/usr --bindir=/bin --without-bash-malloc --with-installed-readline
build-commands:
- make
install-commands:
- make  DESTDIR="$DESTDIR" install