summaryrefslogtreecommitdiff
path: root/core/bash.morph
blob: ad4171c97652e9a6b868db3c82cff295f6071d81 (plain)
1
2
3
4
5
6
7
8
9
10
name: core/bash.morph
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