mirror of
https://github.com/krglaws/MyLFS.git
synced 2025-08-03 16:44:38 +00:00
10 lines
237 B
Bash
10 lines
237 B
Bash
# Findutils Phase 2
|
|
./configure --prefix=/usr \
|
|
--localstatedir=/var/lib/locate \
|
|
--host=$LFS_TGT \
|
|
--build=$(build-aux/config.guess)
|
|
|
|
make
|
|
make DESTDIR=$LFS install
|
|
|