mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-27 15:49:19 +01:00
no need for <literal> tag here
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
9e187828fb
commit
b73249aa28
@ -10,7 +10,7 @@ Issuing the following commands will create a default directory layout:</para>
|
|||||||
<para><screen><userinput>cd $LFS &&
|
<para><screen><userinput>cd $LFS &&
|
||||||
mkdir -p bin boot dev/pts etc/opt home lib mnt proc root sbin tmp var opt &&
|
mkdir -p bin boot dev/pts etc/opt home lib mnt proc root sbin tmp var opt &&
|
||||||
for dirname in $LFS/usr $LFS/usr/local
|
for dirname in $LFS/usr $LFS/usr/local
|
||||||
<literal> do</literal>
|
do
|
||||||
mkdir $dirname
|
mkdir $dirname
|
||||||
cd $dirname
|
cd $dirname
|
||||||
mkdir bin etc include lib sbin share src
|
mkdir bin etc include lib sbin share src
|
||||||
|
Loading…
Reference in New Issue
Block a user