Installed
program: sed
The Sed package contains a stream editor.
Prepare Sed for compilation:
./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
--prefix=/usr --bindir=/bin --enable-html
The meaning of the new configure option:
This option tells Sed to build and install its HTML documentation.
Compile the package:
make
Install the package:
make DESTDIR=${CLFS} install