diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e559f2029..fa9323f95 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -18,6 +18,10 @@ +April 26th, 2002 [marcheerdink]: Chapter 06 Findutils: added +libexecdir=/usr/bin to the make command to fix a wrong libexecdir path in +updatedb. + April 25th, 2002 [gerard]: Chapter 06 Glibc: added a note that if you want to manually install some locales, instead of all of them, then you first need to create the diff --git a/chapter06/findutils-inst.xml b/chapter06/findutils-inst.xml index dafebd625..9331a799a 100644 --- a/chapter06/findutils-inst.xml +++ b/chapter06/findutils-inst.xml @@ -8,7 +8,7 @@ to be unpacked. patch -Np1 -i ../findutils-4.1.patch && ./configure --prefix=/usr && -make && +make libexecdir=/usr/bin && make libexecdir=/usr/bin install @@ -22,7 +22,7 @@ location. The following commands use the database file patch -Np1 -i ../findutils-4.1.patch && ./configure --prefix=/usr && -make localstatedir=/var/lib/misc && +make localstatedir=/var/lib/misc libexecdir=/usr/bin && make localstatedir=/var/lib/misc libexecdir=/usr/bin install diff --git a/index.xml b/index.xml index 97cf9e458..9b99e930a 100644 --- a/index.xml +++ b/index.xml @@ -4,8 +4,8 @@ - - + +