diff options
-rw-r--r-- | chapter01/changelog.xml | 7 | ||||
-rw-r--r-- | chapter06/util-linux-ng.xml | 2 |
2 files changed, 7 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index e2dc2223c..6f3b4e55a 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -41,9 +41,14 @@ <para>2008-10-10</para> <itemizedlist> <listitem> + <para>[randy] - Removed an unnecessary parameter from the + Util-linux-ng Chapter 6 make command. Thanks to Greg Shafer for + pointing it out.</para> + </listitem> + <listitem> <para>[randy] - Updated the Perl instructions. Thanks to Greg Shafer for pointing out the issues. This change also required that the Zlib - package is built right before the Perl package in Chapter 06.</para> + package is built right before the Perl package in Chapter 6.</para> </listitem> <listitem> <para>[randy] - Updated Vim to 7.2.</para> diff --git a/chapter06/util-linux-ng.xml b/chapter06/util-linux-ng.xml index 3ff2116ea..9a47a719e 100644 --- a/chapter06/util-linux-ng.xml +++ b/chapter06/util-linux-ng.xml @@ -62,7 +62,7 @@ mkdir -pv /var/lib/hwclock</userinput></screen> <para>Compile the package:</para> -<screen><userinput remap="make">make BLKID_LIBS="-lblkid -luuid"</userinput></screen> +<screen><userinput remap="make">make</userinput></screen> <para>This package does not come with a test suite.</para> |