diff options
author | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-03 10:29:23 +0000 |
---|---|---|
committer | Xi Ruoyao <xry111@mengyan1223.wang> | 2021-02-03 10:29:23 +0000 |
commit | 30a8646a196a4709653b9f08a5d6bf17e8e06d55 (patch) | |
tree | dee2f1792c3b3cc24ced95b28c73a5ea476fd2eb | |
parent | cd152f22770796527d3203b4b0b85abef43e018f (diff) |
ch08/bzip2: typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12123 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter08/bzip2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/bzip2.xml b/chapter08/bzip2.xml index bc38c6023..c842e5cd9 100644 --- a/chapter08/bzip2.xml +++ b/chapter08/bzip2.xml @@ -97,7 +97,7 @@ ln -sv bzip2 /bin/bzcat</userinput></screen> <para>Remove an useless static library:</para> -<screen><userinput remap="install">rm -fv /usr/lib/libz.a</userinput></screen> +<screen><userinput remap="install">rm -fv /usr/lib/libbz2.a</userinput></screen> </sect2> |