Changeset c5650f9


Ignore:
Timestamp:
11/17/2014 08:46:38 PM (10 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
2.4, ablfs-more, legacy, new_features, trunk
Children:
e6e0c85
Parents:
82808d1
Message:

After generating book-html, we apply sed s@../images@images@ to the html
files. This is not OK, since that could perfectly match /*/images and change
it to just images...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen_pkg_book.sh

    r82808d1 rc5650f9  
    171171fi
    172172for ht in ${BookHtml}/*.html
    173   do sed -i 's@../stylesheets@stylesheets@' $ht
    174   sed -i 's@../images@images@' $ht
     173  do sed -i 's@\.\./stylesheets@stylesheets@' $ht
     174  sed -i 's@\.\./images@images@' $ht
    175175done
    176176echo -en "\n\tGenerating the build scripts ...\n"
Note: See TracChangeset for help on using the changeset viewer.