Changeset 7d018d1 for HLFS


Ignore:
Timestamp:
03/18/2006 03:46:54 AM (19 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
experimental
Children:
e2860d3
Parents:
28fd555
Message:

corrections to hlfs group, build makefile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • HLFS/master.sh

    r28fd555 r7d018d1  
    177177      *expect* )  [[ "$TEST" = "0" ]] && continue; ;;
    178178      *dejagnu* ) [[ "$TEST" = "0" ]] && continue; ;;
     179        # Nothing interestin in this script
     180      *introduction* ) continue ;;
    179181        # Test if the stripping phase must be skipped
    180182      *stripping* ) [[ "$STRIP" = "0" ]] && continue ;;
     
    501503(
    502504cat  << EOF
    503         echo "\$(MOUNT_PT)\$(SRC)/blfs-bootscripts-$vrs" > sources-dir
     505        @echo "\$(MOUNT_PT)\$(SRC)/blfs-bootscripts-$vrs" > sources-dir
    504506EOF
    505507) >> $MKFILE.tmp
     
    649651        @\$(call echo_message, Building)
    650652        @if [ -f /home/lfs/.bashrc.XXX ]; then \\
    651                 mv -fv /home/lfs/.bashrc.XXX /home/hlfs/.bashrc; \\
     653                mv -fv /home/lfs/.bashrc.XXX /home/lfs/.bashrc; \\
    652654        fi;
    653         @if [ -f /home/hlfs/.bash_profile.XXX ]; then \\
    654                 mv -v /home/lfs/.bash_profile.XXX /home/hlfs/.bash_profile; \\
     655        @if [ -f /home/lfs/.bash_profile.XXX ]; then \\
     656                mv -v /home/lfs/.bash_profile.XXX /home/lfs/.bash_profile; \\
    655657        fi;
    656658        @chown lfs:lfs /home/lfs/.bash* && \\
Note: See TracChangeset for help on using the changeset viewer.