diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-03-29 02:50:43 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-03-29 02:50:43 +0000 |
commit | 9b7fdcbb9d3812471ca3e5cbca5536c8454f5d12 (patch) | |
tree | b7ed0bd3fe4e294beca0aed74d7da98a5570d2ea | |
parent | ef17d31151e9f423d6de8bb6e92a08ec2b0ba7a9 (diff) |
Removed extra &&
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@379 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc-inst.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc-inst.xml b/chapter06/glibc-inst.xml index f30464670..9ffccab17 100644 --- a/chapter06/glibc-inst.xml +++ b/chapter06/glibc-inst.xml @@ -37,7 +37,7 @@ Install Glibc by running the following commands: <userinput>mv config.make~ config.make &&</userinput> <userinput>make &&</userinput> <userinput>make install &&</userinput> - <userinput>make localedata/install-locales &&</userinput> + <userinput>make localedata/install-locales</userinput> </literallayout></blockquote> |