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