#!/usr/bin/env bash ./configure --prefix=/usr \ --build="$(sh support/config.guess)" \ --host="${LFS_TGT}" \ --without-bash-malloc make make DESTDIR="${LFS}" install ln -s bash "${LFS}"/bin/sh