Changeset 61b7c59 for common


Ignore:
Timestamp:
01/07/2018 06:30:48 PM (7 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4
Children:
0313634
Parents:
90bfcb92
Message:

Typos and remove a now useless instruction

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_install_blfs

    r90bfcb92 r61b7c59  
    167167  # between 2 addresses, excluding either the first or the last one. So use
    168168  # a loop for accumulating lines and deleting at the end.
    169   # Sorry for sed synthax.
     169  # Sorry for sed syntax.
    170170  sed -i '\@^[[:space:]]*/etc/xml/catalog$@{
    171171n
     
    183183if [ "$DEP_SVN" = y ]; then
    184184  sed -i -e /javahl/d -e /swig/d $BUILDDIR$BLFS_ROOT/scripts/*subversion
    185 fi
    186 if [ "$DEP_LYNX" = y ]; then
    187   if [ "$DEP_OPENSSL" = y -o "$DEP_WGET" = y ]; then
    188     sed -e 's/configure/& --with-ssl/' \
    189         -i $BUILDDIR$BLFS_ROOT/scripts/*lynx
    190   fi
    191185fi
    192186# At last generates the build Makefile
Note: See TracChangeset for help on using the changeset viewer.