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