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

Typos and removing useless instruction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.