Changeset f168be1


Ignore:
Timestamp:
01/02/2019 08:57:01 PM (6 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
ablfs-more, legacy, trunk
Children:
d505128
Parents:
04fcea1
Message:

Remove "-i" flags in kernel scriptlet

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_book_parser

    r04fcea1 rf168be1  
    191191                 $XSL                                         \
    192192                 $BOOK/index.xml >> $LOGDIR/$LOG 2>&1
     193# Remove flags requesting user action in some cases. Much easier here than
     194# in the stylesheet...
     195        sed -i 's/-iv /-v /' ./${PROGNAME}-commands/chapter08/*kernel*
    193196      ;;
    194197    *)  echo -n " ${L_arrow}${PROGNAME}${R_arrow} book invalid, terminate build... "
Note: See TracChangeset for help on using the changeset viewer.