diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-20 18:53:23 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-03-20 18:53:23 +0000 |
commit | 8133094553332eeb1495996d2e5371477f93face (patch) | |
tree | 96da8356e48bd854fcd0cdd8418d4cf845fcfee5 /chapter06 | |
parent | 16eacd242867f1892a3dc38aef59da5110ac1e0c (diff) |
Update to linux-3.19.2
Update to eudev-3.0
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10884 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/eudev.xml | 4 |
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> |