Changeset 24e2a6f for BLFS


Ignore:
Timestamp:
08/26/2016 07:13:09 AM (8 years ago)
Author:
Pierre Labastie <pierre@…>
Branches:
new_features
Children:
c650f9bf
Parents:
7bbcce3
Message:

Fixes for BLFS porg:

  • add a special case for cacerts in packInstall.sh, so that a dummy version is generated, otherwise porgball does not work as intended
  • do not quote out apostrophes in scripts, when generating configuration instructions
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/xsl/scripts.xsl

    r7bbcce3 r24e2a6f  
    538538      </xsl:when>
    539539      <xsl:when test="contains($out-string,string($APOS))
    540                       and $wrap-install = 'y'">
     540                      and $wrap-install = 'y'
     541                      and ancestor::sect2[@role='installation']">
    541542        <xsl:call-template name="output-root">
    542543          <xsl:with-param name="out-string"
Note: See TracChangeset for help on using the changeset viewer.