#4025: sed-4.3
----------------------+-------------------------
Reporter: bdubbs@… | Owner: lfs-book@…
Type: task | Status: new
Priority: normal | Milestone: 8.0
Component: Book | Version: SVN
Severity: normal | Resolution:
Keywords: |
----------------------+-------------------------
Comment (by chris@…):
This doesn't build with the current book instructions. It tries to rebuild
the manpage, and the script it uses starts with "#!/usr/bin/env[...]", and
errors out because /usr/bin/env doesn't yet exist. My solution was to
prevent the manpage from being rebuilt by editing the Makefile:
{{{
sed 's/^dist_man_MANS/#&/' -i Makefile
}}}
However doing this prevents the man page from being installed by "make
install" so it will need to be manually copied.
--
Ticket URL: <http://wiki.linuxfromscratch.org/lfs/ticket/4025#comment:1>
LFS Trac <http://wiki.linuxfromscratch.org/lfs/>
Linux From Scratch: Your Distro, Your Rules.
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page