Files
MyLFS/phase2/tar.sh
2022-03-26 17:55:10 -04:00

9 lines
189 B
Bash

# Tar Phase 2
./configure --prefix=/usr \
--host=$LFS_TGT \
--build=$(build-aux/config.guess)
make
make DESTDIR=$LFS install