diff options
-rw-r--r-- | chapter06/e2fsprogs.xml | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/chapter06/e2fsprogs.xml b/chapter06/e2fsprogs.xml index 549991de8..bbce23d95 100644 --- a/chapter06/e2fsprogs.xml +++ b/chapter06/e2fsprogs.xml @@ -135,14 +135,10 @@ PKG_CONFIG_PATH=/tools/lib/pkgconfig \ linkend="space-creatingfilesystem"/> and <xref linkend="space-mounting"/> for details on creating and enabling swap space.</para> - <para>Install the binaries, documentation, and shared libraries:</para> + <para>Install the package:</para> <screen><userinput remap="install">make install</userinput></screen> - <para>Install the static libraries and headers:</para> - -<screen><userinput remap="install">make install-libs</userinput></screen> - <para>Make the installed static libraries writable so debugging symbols can be removed later:</para> |