Changeset ae1d8a5 for common


Ignore:
Timestamp:
05/08/2020 08:22:55 AM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
323ae3e
Parents:
38016d5
Message:

Prevent a permission problem when using blfs tools with the cros-chap5 branch:

/var/lib needs to be owned by LUSER during chap 5, but it is owned
by root after installing the blfs tools. SO chown it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r38016d5 rae1d8a5  
    6161          SVN=$SVN_2/BLFS/$BLFS_TREE             \
    6262          $BUILDDIR$BLFS_ROOT/packages.xml
     63
     64# But then $BUILDDIR/var/lib/ is owned by root if just created, which
     65# prevents $LUSER to create "nss_db". Change ownership here
     66sudo chown $LUSER:$LGROUP $BUILDDIR/var/lib
    6367
    6468# Because the BLFS Makefile is supposed to be used in chroot (or booted)
Note: See TracChangeset for help on using the changeset viewer.