Changeset 4b2a5fd


Ignore:
Timestamp:
01/07/2018 06:23:51 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
1d5f3e3
Parents:
0d93997
Message:

Typos and removing useless instruction

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • CHEATSHEET

    r0d93997 r4b2a5fd  
    77Clean the build directory before beginning
    88Build a kernel, whose configuration is in /home/user/config-4.9.9-lfs-1
    9 An fstab for the future system si located in /home/user/fstablfs
     9An fstab for the future system is located in /home/user/fstablfs
    1010Run only the critical testsuites
    1111Settings for a French user
  • Config.in

    r0d93997 r4b2a5fd  
    879879            #    in a separate directory, PKG_DEST.
    880880            #    You should provide a bash function for
    881             #    packaing and installing the package.
     881            #    packaging and installing the package.
    882882            #  - Preload a library before install:
    883883            #    Run the install instructions inside a
  • common/libs/func_install_blfs

    r0d93997 r4b2a5fd  
    181181  # between 2 addresses, excluding either the first or the last one. So use
    182182  # a loop for accumulating lines and deleting at the end.
    183   # Sorry for sed synthax.
     183  # Sorry for sed syntax.
    184184  sed -i '\@^[[:space:]]*/etc/xml/catalog$@{
    185185n
     
    197197if [ "$DEP_SVN" = y ]; then
    198198  sed -i -e /javahl/d -e /swig/d $BUILDDIR$BLFS_ROOT/scripts/*subversion
    199 fi
    200 if [ "$DEP_LYNX" = y ]; then
    201   if [ "$DEP_OPENSSL" = y -o "$DEP_WGET" = y ]; then
    202     sed -e 's/configure/& --with-ssl/' \
    203         -i $BUILDDIR$BLFS_ROOT/scripts/*lynx
    204   fi
    205199fi
    206200# At last generates the build Makefile
Note: See TracChangeset for help on using the changeset viewer.