Installing Findutils
Prepare Findutils to be compiled:
./configure --prefix=/usr --libexecdir=/usr/bin
By default, the location of the updatedb database is in /usr/var.
To make the location of /var/lib/misc/locatedb file
FHS compliant, pass the --localstatedir=/var/lib/misc
option to configure.
Continue with compiling the package:
make
make check
Finish installing the package:
make install