Changeset 936efa8 for CLFS2


Ignore:
Timestamp:
12/11/2006 01:59:08 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:
de22e80
Parents:
9ae0875
Message:

CLFSx: Create a custom /etc/clfs-release file.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • CLFS2/master.sh

    r9ae0875 r936efa8  
    338338    #  phase.
    339339    case ${this_script} in
    340       *chowning) chowning=${this_script}   ;;
     340      *chowning) chowning=" ${this_script}"   ;;
    341341              *) bootable="$bootable $this_script"  ;;
    342342    esac
     
    442442
    443443mk_ROOT:
     444        @echo "$VERSION-sysroot - jhalfs build" > \$(MOUNT_PT)/etc/clfs-release
    444445        @sudo make SHELL=/bin/bash ROOT
    445446        @touch \$@
Note: See TracChangeset for help on using the changeset viewer.