Changes between Initial Version and Version 1 of Ticket #3894, comment 7
- Timestamp:
- 02/27/2016 05:35:45 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3894, comment 7
initial v1 2 2 > Fixed at revision 11025. 3 3 4 I just noticed, but I think the following changes are necessary 5 in "chapter06/flex.html". 4 I just noticed, but I think the following changes are necessary: 5 6 In "chapter06/flex.html": 6 7 {{{ 7 8 - Installed libraries: libfl.so and libfl_pic.so 8 9 + Installed libraries: libfl.{a,so} and libfl_pic.{a,so} 9 10 }}} 11 12 In "chapter06/revisedchroot.html": 13 {{{ 14 -rm -f /usr/lib/libfl.a 15 +rm -f /usr/lib/lib{fl,fl_pic}.a 16 }}}