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

7 lines
105 B
Bash

# Grep Phase 2
./configure --prefix=/usr \
--host=$LFS_TGT
make
make DESTDIR=$LFS install