Ignore:
Timestamp:
Jun 3, 2014, 2:56:31 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
2db9f66
Parents:
02e8ee7
Message:

Moved creation of /var/run symlink from Essential Symlinks to Creating Directories

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/boot/common/creatingdirs.xml

    r02e8ee7 r732349e  
    2828install -dv -m 0750 ${CLFS}/root
    2929install -dv -m 1777 ${CLFS}{/var,}/tmp
     30ln -sv ../run ${CLFS}/var/run
    3031mkdir -pv ${CLFS}/usr/{,local/}{bin,include,lib,sbin,src}
    3132mkdir -pv ${CLFS}/usr/{,local/}share/{doc,info,locale,man}
Note: See TracChangeset for help on using the changeset viewer.