aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/revisedchroot.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2015-10-12 21:20:03 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2015-10-12 21:20:03 +0000
commit040ecb6de9078e372b188f7ac210f95f48e4d1b7 (patch)
tree36d60d1796447dafd60319f9be74fa95a3a31379 /chapter06/revisedchroot.xml
parenta0afc1b210511f9da42c74a7d424ff79fbb1d8fd (diff)
Update to man-db-2.7.4.
Update to linux-4.2.3. Update to tzdata2015g. Many updates to installed files and directories. Huge thanks to Fernando. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10964 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/revisedchroot.xml')
-rw-r--r--chapter06/revisedchroot.xml11
1 files changed, 5 insertions, 6 deletions
diff --git a/chapter06/revisedchroot.xml b/chapter06/revisedchroot.xml
index 25332ba0e..40c69c6be 100644
--- a/chapter06/revisedchroot.xml
+++ b/chapter06/revisedchroot.xml
@@ -46,12 +46,11 @@
libraries are from binutils, bzip2, e2fsprogs, <!--flex,--> libtool, and zlib. If desired,
remove them now:</para>
-<screen><userinput>rm /usr/lib/lib{bfd,opcodes}.a
-rm /usr/lib/libbz2.a
-rm /usr/lib/lib{com_err,e2p,ext2fs,ss}.a
-<!--rm /usr/lib/lib{fl,fl_pic}.a
--->rm /usr/lib/libltdl.a
-rm /usr/lib/libz.a</userinput></screen>
+<screen><userinput>rm -f /usr/lib/lib{bfd,opcodes}.a
+rm -f /usr/lib/libbz2.a
+rm -f /usr/lib/lib{com_err,e2p,ext2fs,ss}.a
+rm -f /usr/lib/libltdl.a
+rm -f /usr/lib/libz.a</userinput></screen>
<!-- Flex shared library is broken. Keep static until next flex release. -->