aboutsummaryrefslogtreecommitdiffstats
path: root/chapter6/sed.sh
blob: 7aaa38a4728364695d5e914be8fd9cd9daf059ef (plain)
1
2
3
4
5
6
7
8
#!/bin/bash
set -e

./configure --prefix=/usr \
            --host="${LFS_TGT}" \
            --bindir=/bin &&
make &&
make DESTDIR="${LFS}" -j1 install