diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-04 00:31:11 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-12-04 00:31:11 +0000 |
commit | 7e64ea7d121c4c0d0e5a239d31fb8f5fcde2d532 (patch) | |
tree | cd14a96c6dc0358d136d2760e209209ebd235341 /chapter03 | |
parent | 715a707a85841a10f405079952b5b68cab78d0a4 (diff) |
added && to 'done' in the for loop
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1361 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter03')
-rw-r--r-- | chapter03/creatingdirs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter03/creatingdirs.xml b/chapter03/creatingdirs.xml index 0ca0f7efd..10d6cc437 100644 --- a/chapter03/creatingdirs.xml +++ b/chapter03/creatingdirs.xml @@ -32,7 +32,7 @@ Issuing the following commands will create a default directory layout:</para> <userinput> mkdir dict doc info locale man nls misc terminfo zoneinfo</userinput> <userinput> cd $dirname/share/man</userinput> <userinput> mkdir man{1,2,3,4,5,6,7,8}</userinput> -<userinput>done</userinput> +<userinput>done &&</userinput> <userinput>cd $LFS/var &&</userinput> <userinput>mkdir -p lock log mail run spool tmp opt cache lib/misc local &&</userinput> <userinput>cd $LFS/opt &&</userinput> |