name: stage2-bash kind: chunk configure-commands: - ./configure --prefix="$PREFIX" --bindir="$PREFIX"/bin --without-bash-malloc build-commands: - make install-commands: - make DESTDIR="$DESTDIR" install