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

./configure --prefix=/usr \
            --host="${LFS_TGT}" \
            --build="$(build-aux/config.guess)" &&
make &&
make DESTDIR="${LFS}" -j1 install