These programs are typically used in conjunction with other programs to provide modular and powerful directory search and file locating capabilities to other commands.
Download HTTP: https://mirror.csclub.uwaterloo.ca/gnu/findutils/findutils-4.10.0.tar.xz
Download SHA256 Sum: 1387e0b67ff247d2abde998f90dfbf70c1491391a59ddfecb8ae698789f0a4f5
Download Size: 2,188 KB
Estimated Disk Space: 35.1M
Estimated Build Time: less than 0.5 SBU
File-5.47
Prepare Findutils for compilation:
Now Configure the Package, issue:
./configure --prefix=/usr \
--host=$LFS_TGT \
--build=$(build-aux/config.guess) \
--localstatedir=/var/lib/locate
To Compile the Package, issue:
make
Now Install the Package, issue:
make DESTDIR=$LFS install