mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-05 22:04:48 +00:00
Eliminated creation of /usr/tmp
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2738 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f71e76c270
commit
a27ec4855d
@ -20,8 +20,7 @@ mkdir /usr/lib/locale
|
||||
mkdir /var/{lock,log,mail,run,spool}
|
||||
mkdir -p /var/{tmp,opt,cache,lib/misc,local}
|
||||
mkdir /opt/{bin,doc,include,info}
|
||||
mkdir -p /opt/{lib,man/man{1,2,3,4,5,6,7,8}}
|
||||
ln -s ../var/tmp /usr</userinput></screen></para>
|
||||
mkdir -p /opt/{lib,man/man{1,2,3,4,5,6,7,8}}</userinput></screen></para>
|
||||
|
||||
<para>Directories are, by default, created with permission mode 755, but this
|
||||
isn't desirable for all directories. We will make two changes: one to the home
|
||||
|
Loading…
Reference in New Issue
Block a user