diff options
author | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-10 18:17:40 +0000 |
---|---|---|
committer | Randy McMurchy <randy@linuxfromscratch.org> | 2008-10-10 18:17:40 +0000 |
commit | e990ec998e4ca55e0acf6b5ef4fd559d7dfc0b00 (patch) | |
tree | b95ab425b15af8719d3a2b2959fa137b09038047 /chapter06/util-linux-ng.xml | |
parent | 59af1dcf3a02cb91ad4870e89de39ef2c9c52d1c (diff) |
Removed an unnecessary parameter from the Util-linux-ng Chapter 6 make command, thanks to Greg Shafer for pointing it out
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8621 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/util-linux-ng.xml')
-rw-r--r-- | chapter06/util-linux-ng.xml | 2 |
1 files changed, 1 insertions, 1 deletions
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> |