Changeset e18f80a for common


Ignore:
Timestamp:
11/06/2013 08:55:27 PM (11 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
b2c7742
Parents:
2982825
Message:

Fix BLFS tool inclusion for CLFS:
-fix a typo in Makefile (8 spaces to tab...)
-fix permission problems (hopefully)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r2982825 re18f80a  
    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.
     38sudo chown -R $LUSER $BUILDDIR/var
    3439
    3540# Because the BLFS Makefile is supposed to be used in chroot (or booted)
Note: See TracChangeset for help on using the changeset viewer.