summaryrefslogtreecommitdiff
path: root/chunks/bash.morph
blob: b66564c68ac5f4eba0dc14ce2d055926472372c9 (plain)
1
2
3
4
5
6
7
8
9
10
name: bash
kind: chunk
repo: upstream:bash
ref: 783c677f45354b0d6df70e552217ecad8481804f
configure-commands:
- ./configure --prefix=/usr --bindir=/bin --without-bash-malloc --with-installed-readline
build-commands:
- make
install-commands:
- make  DESTDIR="$DESTDIR" install