Installed
programs: egrep (link to
grep), fgrep (link to grep), and grep
The Grep package contains programs for searching through files.
Prepare Grep for compilation:
./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
--prefix=/usr --bindir=/bin --disable-perl-regexp
Compile the package:
make
Install the package:
make DESTDIR=${CLFS} install