diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-02 19:29:23 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-03-02 19:29:23 +0000 |
commit | 8dbddfb248e87ab7ba0ae9a1c2d2c77460d0b6b0 (patch) | |
tree | 4dbec14bf69faa4196a6a317007a94989cd9fbb2 /chapter06 | |
parent | 44a7fad22b6c10a0ce72727fa0d4bcb46bca5ac2 (diff) |
Replaced && by &&
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@254 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/bzip2-inst.xml | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/chapter06/bzip2-inst.xml b/chapter06/bzip2-inst.xml index 1e244d197..580643476 100644 --- a/chapter06/bzip2-inst.xml +++ b/chapter06/bzip2-inst.xml @@ -16,8 +16,10 @@ Install Bzip2 by running the following commands: <userinput>cp -a libbz2.so* libbz2.a /lib &&</userinput> <userinput>rm /usr/lib/libbz2.a &&</userinput> <userinput>cd /bin &&</userinput> - <userinput>rm bunzip2 && ln -s bzip2 bunzip2 &&</userinput> - <userinput>rm bzcat && ln -s bzip2 bzcat &&</userinput> + <userinput>rm bunzip2 && ln -s bzip2 bunzip2 + &&</userinput> + <userinput>rm bzcat && ln -s bzip2 bzcat + &&</userinput> <userinput>cd /usr/share/man/man1 &&</userinput> <userinput>ln -s bzip2.1 bunzip2.1 &&</userinput> <userinput>ln -s bzip2.1 bzcat.1 &&</userinput> |