Changeset b2c7742


Ignore:
Timestamp:
11/06/2013 09:44:09 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
f1da335
Parents:
e18f80a
Message:

Revert a previous fix, which could not work when user clfs did not exist yet

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    re18f80a rb2c7742  
    7171        @chown \$(LUSER):\$(LGROUP) \$(LUSER_HOME)/.bashrc && \\
    7272        chmod a+wt \$(MOUNT_PT) && \\
     73        if [ -d \$(MOUNT_PT)/var ]; then \\
     74          chown -R \$(LUSER) \$(MOUNT_PT)/var; \\
     75        fi && \\
    7376        touch envars && \\
    7477        chown \$(LUSER):\$(LGROUP) envars
  • common/libs/func_install_blfs

    re18f80a rb2c7742  
    3232sudo make -j1 -C $BUILDDIR$BLFS_ROOT TRACKING_DIR=$BUILDDIR$TRACKING_DIR \
    3333    $BUILDDIR$BLFS_ROOT/packages.xml
    34 
    35 # Now /var and /var/lib are owned by root. This is an issue when building
    36 # CLFS with method=boot, because system dirs creation is made by user, who
    37 # then cannot create /var/lock and the such.
    38 sudo chown -R $LUSER $BUILDDIR/var
    3934
    4035# Because the BLFS Makefile is supposed to be used in chroot (or booted)
Note: See TracChangeset for help on using the changeset viewer.