Armin K. wrote: > In the install command, > > mkdir -pv /usr/share/doc/groff-1.22/pdf > make install > > The mkdir is not necessarry. make install output has: > > > > test -d /usr/share/doc/groff-1.22.2/pdf \ > || /bin/sh /sources/groff-1.22.2/mkinstalldirs > /usr/share/doc/groff-1.22.2/pdf > mkdir -p -- /usr/share/doc/groff-1.22.2/pdf > for f in mom-pdf.pdf; do \ > rm -f /usr/share/doc/groff-1.22.2/pdf/$f; \ > ln -s /usr/share/doc/groff-1.22.2/examples/mom/$f > /usr/share/doc/groff-1.22.2/pdf/$f; \ > done > > > > It works fine without mkdir -pv before make install here, and the docs > are in the correct place.
OK, I'll do that in the test I'm starting. -- Bruce -- http://linuxfromscratch.org/mailman/listinfo/lfs-dev FAQ: http://www.linuxfromscratch.org/faq/ Unsubscribe: See the above information page