aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/sed.sh
blob: a768e1932c43e32d81ac939186ce67ae7ce96fa6 (plain)
1
2
3
4
5
./configure --prefix=/usr \
            --host=${LFS_TGT} \
            --bindir=/bin &&
make &&
make DESTDIR=${LFS} -j1 install