Installation of Fileutils Before we install fileutils statically, we apply two seds in order to prevent them giving segmentation faults (in certain cases) once we enter chroot in Chapter 6. Install Fileutils by running the following commands: sed 's/\(.*\)\(fopen-safer\.c \)\\/\1\2atexit.c \\/' \ lib/Makefile.in > tmp && sed 's/\(.*\)\(idcache\$U\.\$.*\)\\/\1\2atexit$U.$(OBJEXT) \\/' \ tmp > lib/Makefile.in && ./configure --disable-nls \    --prefix=$LFS/usr --libexecdir=$LFS/bin --bindir=$LFS/bin && make LDFLAGS=-static && make install && cd $LFS/usr/bin && ln -s ../../bin/install