diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-05-31 22:28:14 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-05-31 22:28:14 +0000 |
commit | 54dfb280b1920b5baf2d7217124b1fc4dd35f621 (patch) | |
tree | 2582bedc3807a6a44e9f9bf1894fbc5b74afd687 /chapter06 | |
parent | d3ca515320339e5ab2c8c66ebb995922747825a1 (diff) |
Update to eudev-3.1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10915 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/eudev.xml | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/chapter06/eudev.xml b/chapter06/eudev.xml index 3c33e483b..64e474c5f 100644 --- a/chapter06/eudev.xml +++ b/chapter06/eudev.xml @@ -64,6 +64,8 @@ EOF</userinput></screen> --with-rootprefix= \ --with-rootlibdir=/lib \ --enable-split-usr \ + --enable-manpages \ + --enable-hwdb \ --disable-introspection \ --disable-gudev \ --disable-static \ @@ -88,12 +90,6 @@ mkdir -pv /etc/udev/rules.d</userinput></screen> <screen><userinput remap="install">make LD_LIBRARY_PATH=/tools/lib install</userinput></screen> - <para>Now, install the man pages:</para> - -<screen><userinput remap="install">pushd man -make install-man7 install-man8 -popd</userinput></screen> - <para>Install some custom rules and support files useful in an LFS environment:</para> |