aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/creatingdirs.xml
diff options
context:
space:
mode:
authorJeremy Utley <jeremy@linuxfromscratch.org>2004-07-20 09:11:46 +0000
committerJeremy Utley <jeremy@linuxfromscratch.org>2004-07-20 09:11:46 +0000
commit0e85de00ea385bfdb0c6c509fddd6557d3bdad0a (patch)
tree3e0611d2e4e8d3c32a821c8254938a785e31e556 /chapter06/creatingdirs.xml
parent02ef0876f0a70051fc029747560aede4401db132 (diff)
Corrected the double creation of /var/tmp (Kris van Rens and others)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3956 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/creatingdirs.xml')
-rw-r--r--chapter06/creatingdirs.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/creatingdirs.xml b/chapter06/creatingdirs.xml
index d65054301..adaab362e 100644
--- a/chapter06/creatingdirs.xml
+++ b/chapter06/creatingdirs.xml
@@ -27,7 +27,7 @@ install -d /usr/local/share/{doc,info,locale,man}
install -d /usr/local/share/{misc,terminfo,zoneinfo}
install -d /usr/local/share/man/man{1,2,3,4,5,6,7,8}
install -d /var/{lock,log,mail,run,spool}
-install -d /var/{tmp,opt,cache,lib/{misc,locate},local}
+install -d /var/{opt,cache,lib/{misc,locate},local}
install -d /opt/{bin,doc,include,info}
install -d /opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen>