aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-03-01 19:57:39 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-03-01 19:57:39 +0000
commit3a25785ee3b598d0b9b173cbc18f9ed9e89e3395 (patch)
treef120ede065345511fe69472af5b446e7d8a63492 /chapter05
parent3a23515e1fa4b74f33a38c5893c5f162fb49d878 (diff)
removed /usr/var and /usr/local/var dirs
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1655 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r--chapter05/creatingdirs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/creatingdirs.xml b/chapter05/creatingdirs.xml
index 1633a558a..1c4c155fd 100644
--- a/chapter05/creatingdirs.xml
+++ b/chapter05/creatingdirs.xml
@@ -13,7 +13,7 @@ for dirname in $LFS/usr $LFS/usr/local
<literal>&nbsp;&nbsp;&nbsp;do</literal>
&nbsp;&nbsp;&nbsp;mkdir $dirname
&nbsp;&nbsp;&nbsp;cd $dirname
-&nbsp;&nbsp;&nbsp;mkdir bin etc include lib sbin share src var
+&nbsp;&nbsp;&nbsp;mkdir bin etc include lib sbin share src
&nbsp;&nbsp;&nbsp;ln -s share/man
&nbsp;&nbsp;&nbsp;ln -s share/doc
&nbsp;&nbsp;&nbsp;ln -s share/info