Changeset de22e80 for CLFS2


Ignore:
Timestamp:
12/11/2006 03:48:26 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
cd4466f
Parents:
936efa8
Message:

CLFS{2,3}: the user that launch the Makefile need write priviledges on MOUNT_PT/jhalfs dir and can't write on MOUNT_PT/etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/master.sh

    r936efa8 rde22e80  
    104104        @touch \$(MOUNT_PT)/var/run/utmp \$(MOUNT_PT)/var/log/{btmp,lastlog,wtmp}
    105105        @chmod 664 \$(MOUNT_PT)/var/run/utmp \$(MOUNT_PT)/var/log/lastlog
    106         @chown -R \$(LUSER) \$(MOUNT_PT)
     106        @chown -R \$(LUSER) \$(MOUNT_PT) && \\
     107        chmod -R a+wt \$(MOUNT_PT)/\$(SCRIPT_ROOT)
    107108
    108109        @touch \$@ && \\
     
    442443
    443444mk_ROOT:
    444         @echo "$VERSION-sysroot - jhalfs build" > \$(MOUNT_PT)/etc/clfs-release
     445        @echo "$VERSION-sysroot - jhalfs build" > clfs-release && \\
     446        sudo mv clfs-release \$(MOUNT_PT)/etc
    445447        @sudo make SHELL=/bin/bash ROOT
    446448        @touch \$@
Note: See TracChangeset for help on using the changeset viewer.