Changeset c4d9f4b in clfs-embedded for BOOK


Ignore:
Timestamp:
Apr 19, 2017, 5:37:12 AM (7 years ago)
Author:
Andrew Bradford <andrew@…>
Branches:
master
Children:
6590da6
Parents:
e1348bb
git-author:
Andrew Bradford <andrew@…> (04/19/17 05:24:10)
git-committer:
Andrew Bradford <andrew@…> (04/19/17 05:37:12)
Message:

final-sys/creatingdirs: Create /var/tmp

There is a description of the permissions set for /var/tmp but it is not
actually created, nor does it have its permissions set to match the
description. Fix this so that the actions match the description.

Thanks to akhiezer <lfs65@…> for pointing this out.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/creatingdirs.xml

    re1348bb rc4d9f4b  
    1818mkdir -pv ${CLFS}/targetfs/var/{cache,lib,local,lock,log,opt,run,spool}
    1919install -dv -m 0750 ${CLFS}/targetfs/root
    20 install -dv -m 1777 ${CLFS}/targetfs/tmp
     20install -dv -m 1777 ${CLFS}/targetfs/{var/,}tmp
    2121mkdir -pv ${CLFS}/targetfs/usr/{,local/}{bin,include,lib,sbin,share,src}</userinput></screen>
    2222
Note: See TracChangeset for help on using the changeset viewer.