diff --git a/chapter04/chapter04.xml b/chapter04/chapter04.xml
index 2ba008db2..c4092747f 100644
--- a/chapter04/chapter04.xml
+++ b/chapter04/chapter04.xml
@@ -27,19 +27,21 @@ published, please try to google for the package. Should you remain
unsuccessful with this, you can consult the book's errata page at
or try
the alternative means of downloading given at
-
+.
You'll need to store all the downloaded packages and patches somewhere
that is conveniently available throughout the entire build. You'll also need a
working directory in which to unpack the sources and build them. A scheme that
-works well is to use $LFS/tools/src/packages for all the
-downloaded files and $LFS/tools/src for the working
-directory. In this way, everything will be on the LFS partition and always
-available.
-
-Ater each package installation you should normally delete the source and
-build directories (for cleanness sake and to save space),
-unless instructed to do otherwise.
+works well is to use $LFS/usr/src/packages for all the
+downloaded files and $LFS/usr/src as the working
+directory. In this way, everything will be on the LFS partition and available
+during all stages of the building process.
+
+