Ignore:
Timestamp:
09/17/2020 03:30:29 PM (4 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
5562bf1
Parents:
426e40b
Message:

Fix changing the ownership of $BUILDDIR/var/lib to LUSER when it has been
created by func_install_blfs. Fixes ticket #1729

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r426e40b r088130f  
    6363
    6464# But then $BUILDDIR/var/lib/ is owned by root if just created, which
    65 # prevents $LUSER to create "nss_db". Change ownership here
    66 sudo chown $LUSER:$LGROUP $BUILDDIR/var/lib
     65# prevents $LUSER to create "nss_db". The problem is that $LUSER
     66# May not have been created yet. So do not change ownership here
     67# and do it in master.sh for chapter 4.
     68#sudo chown $LUSER:$LGROUP $BUILDDIR/var/lib
    6769
    6870# Because the BLFS Makefile is supposed to be used in chroot (or booted)
Note: See TracChangeset for help on using the changeset viewer.