diff --git a/chapter06/findutils.xml b/chapter06/findutils.xml
index ff08a51cd..7bb0c7219 100644
--- a/chapter06/findutils.xml
+++ b/chapter06/findutils.xml
@@ -45,8 +45,9 @@
Prepare Findutils for compilation:
-./configure --prefix=/usr \
- --host=$LFS_TGT \
+./configure --prefix=/usr \
+ --localstatedir=/var/lib/locate \
+ --host=$LFS_TGT \
--build=$(build-aux/config.guess)
Compile the package: