summaryrefslogtreecommitdiff
path: root/strata/core/bash.morph
blob: 4972d69e550c80bdbad4835029849a57e8f97910 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: bash
kind: chunk
configure-commands:
- |
  ./configure --prefix=/usr \
              --without-bash-malloc \
              --with-installed-readline
build-commands:
- make
install-commands:
- make  DESTDIR="$DESTDIR" install