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

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