Changeset d3802b1


Ignore:
Timestamp:
11/11/2006 12:00:52 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:
5118758
Parents:
91ff6a9
Message:

master.sh files don't need be executables.
Fixed chroot commands extraction.

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • CLFS/master.sh

    • Property mode changed from 100755 to 100644
  • CLFS2/master.sh

    • Property mode changed from 100755 to 100644
  • CLFS3/master.sh

    • Property mode changed from 100755 to 100644
  • HLFS/master.sh

    • Property mode changed from 100755 to 100644
    r91ff6a9 rd3802b1  
    536536    chroot=`cat $file | \
    537537            sed -e "s@chroot@$CHROOT_LOC@" \
    538                 -e '/#!\/bin\/sh/d' \
     538                -e '/#!\/bin\/bash/d' \
    539539                -e '/^export/d' \
    540540                -e '/^logout/d' \
  • LFS/master.sh

    • Property mode changed from 100755 to 100644
    r91ff6a9 rd3802b1  
    424424    chroot=`cat $file | \
    425425            sed -e "s@chroot@$CHROOT_LOC@" \
    426                 -e '/#!\/bin\/sh/d' \
     426                -e '/#!\/bin\/bash/d' \
    427427                -e 's@ \\\@ @g' | \
    428428            tr -d '\n' | \
Note: See TracChangeset for help on using the changeset viewer.