diff options
Diffstat (limited to 'chapter08/util-linux.xml')
-rw-r--r-- | chapter08/util-linux.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter08/util-linux.xml b/chapter08/util-linux.xml index 310705c1a..e5f41cca4 100644 --- a/chapter08/util-linux.xml +++ b/chapter08/util-linux.xml @@ -102,6 +102,11 @@ su tester -c "make -k check"</userinput></screen> <screen><userinput remap="install">make install</userinput></screen> + <para>Finally, install the man pages:</para> + +<screen><userinput remap="install">tar -xf ../util-linux-man-pages-&util-linux-version;.tar.xz \ +--directory /usr/share/man --strip-components=1</userinput></screen> + </sect2> <sect2 id="contents-utillinux" role="content"> |