diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:06:22 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-04-20 20:06:22 +0000 |
commit | 9a3059ca79725eee3ef63edc4af8e8e07e4a5d8c (patch) | |
tree | b92ec5c08d58058be176c783a79423f89921f54e /chapter06 | |
parent | 6a1b0bf9a2675c01a9a1b5356bb8f23842970845 (diff) |
Remove the --docdir parameter for Udev. Fixes #2633.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 5d52666bd..e23aaa703 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -63,7 +63,6 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> <screen><userinput remap="configure">./configure --prefix=/usr \ --sysconfdir=/etc --sbindir=/sbin \ --with-rootlibdir=/lib --libexecdir=/lib/udev \ - --docdir=/usr/share/doc/udev-&udev-version; \ --disable-extras --disable-introspection</userinput></screen> <variablelist> @@ -94,15 +93,6 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen> </varlistentry> <varlistentry> - <term><parameter>--docdir=/usr/share/doc/udev-&udev-version;</parameter></term> - <listitem> - <para>This option installs the Udev documentation in the - proper location with the naming convention consistent with - other packages.</para> - </listitem> - </varlistentry> - - <varlistentry> <term><parameter>--disable-extras</parameter></term> <listitem> <para>This option prevents Udev from installing helper programs and |