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

7 lines
90 B
Bash

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