diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 5f93b8076..318104d3c 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -34,6 +34,9 @@
+November 13th, 2003 [greg]: Chapter 6 - Ed: Streamlined build
+commands. Closes Bug 693.
+
November 13th, 2003 [greg]: Upgraded to Perl-5.8.2 and
streamlined build commands for Perl's Chapter 5 static
extensions. Closes Bug 690.
diff --git a/chapter06/ed.xml b/chapter06/ed.xml
index 078f0a45a..dd1b7ebc4 100644
--- a/chapter06/ed.xml
+++ b/chapter06/ed.xml
@@ -31,7 +31,16 @@ create temporary files.
Now prepare Ed for compilation:
-./configure --prefix=/usr
+./configure --prefix=/usr --exec-prefix=""
+
+The meaning of the configure option:
+
+
+--exec-prefix="": This forces the
+programs to be installed into the /bin directory. Having
+the programs available there is useful in the event of the
+/usr partition being unavailable.
+
Compile the package:
@@ -47,12 +56,6 @@ following command will do so:
make install
-And move the programs to the /bin directory, so
-they can be used in the event that the /usr partition is
-unavailable.
-
-mv /usr/bin/{ed,red} /bin
-