Opened 7 years ago

Closed 7 years ago

#4025 closed task (fixed)

sed-4.3

Reported by: bdubbs@… Owned by: lfs-book@…
Priority: normal Milestone: 8.0
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

New minor version.

Change History (2)

comment:1 by chris@…, 7 years ago

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.

Version 0, edited 7 years ago by chris@… (next)

comment:2 by bdubbs@…, 7 years ago

Resolution: fixed
Status: newclosed

Fixed at revision 11166.

Note: See TracTickets for help on using tickets.