aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/eudev.xml4
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml
index c599c92e6..18e3bdff6 100644
--- a/chapter06/eudev.xml
+++ b/chapter06/eudev.xml
@@ -85,7 +85,9 @@ mkdir -pv /etc/udev/rules.d</userinput></screen>
<para>Now, install the man pages:</para>
-<screen><userinput remap="install">tar -xvf ../eudev-&eudev-version;-manpages.tar.bz2 -C /usr/share</userinput></screen>
+<screen><userinput remap="install">pushd man
+make install-man7 install-man8
+popd</userinput></screen>
<para>Finally, install some custom rules and support files useful in an LFS
environment:</para>