From 9a3059ca79725eee3ef63edc4af8e8e07e4a5d8c Mon Sep 17 00:00:00 2001 From: Matthew Burgess Date: Tue, 20 Apr 2010 20:06:22 +0000 Subject: Remove the --docdir parameter for Udev. Fixes #2633. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9251 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter01/changelog.xml | 4 ++++ chapter06/udev.xml | 10 ---------- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 011e8c871..85df0d3a1 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,10 @@ 2010-04-20 + + [matthew] Remove the now unused --docdir parameter for Udev. + Fixes #2633. + [matthew] Upgrade to Psmisc-22.11. Fixes #2631. 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 ./configure --prefix=/usr \ --sysconfdir=/etc --sbindir=/sbin \ --with-rootlibdir=/lib --libexecdir=/lib/udev \ - --docdir=/usr/share/doc/udev-&udev-version; \ --disable-extras --disable-introspection @@ -93,15 +92,6 @@ ln -sv /proc/kcore /lib/udev/devices/core - - --docdir=/usr/share/doc/udev-&udev-version; - - This option installs the Udev documentation in the - proper location with the naming convention consistent with - other packages. - - - --disable-extras -- cgit v1.2.3-54-g00ecf