diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-08-01 04:31:13 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2009-08-01 04:31:13 +0000 |
commit | c711a6187d566eaa4c7adca63293a1c595c790f4 (patch) | |
tree | 5529776cad28a2dbefe7a1cf3c691b779b3a3dd1 /chapter06 | |
parent | 2dc4a09ed1d555c9e361f208c45c8f3e01089a4e (diff) |
Added switch to install udev documentation in the
proper versioned directory.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9035 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/udev.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chapter06/udev.xml b/chapter06/udev.xml index 06999f333..366819dc7 100644 --- a/chapter06/udev.xml +++ b/chapter06/udev.xml @@ -64,6 +64,7 @@ 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</userinput></screen> <variablelist> @@ -94,6 +95,15 @@ 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 |