Changes in / [c801809:e6a1ec3]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen-special.sh

    rc801809 re6a1ec3  
    173173        </module>
    174174EOF
    175 #    cat >> tmpfile << EOF
    176 #        <xsl:element name="dependency">
    177 #          <xsl:attribute name="status">
    178 #            <xsl:value-of select="\$status"/>
    179 #          </xsl:attribute>
    180 #          <xsl:attribute name="build">
    181 #            <xsl:value-of select="\$build"/>
    182 #          </xsl:attribute>
    183 #          <xsl:attribute name="name">$packname</xsl:attribute>
    184 #          <xsl:attribute name="type">ref</xsl:attribute>
    185 #        </xsl:element>
    186 #EOF
    187     precpack=$packname
    188   done
    189   cat >>$SPECIAL_FILE << EOF
    190      </package>
    191    </xsl:when>
    192 EOF
    193   cat >> tmpfile << EOF
     175    cat >> tmpfile << EOF
    194176        <xsl:element name="dependency">
    195177          <xsl:attribute name="status">
     
    202184          <xsl:attribute name="type">ref</xsl:attribute>
    203185        </xsl:element>
     186EOF
     187    precpack=$packname
     188  done
     189  cat >>$SPECIAL_FILE << EOF
     190     </package>
     191   </xsl:when>
     192EOF
     193  cat >> tmpfile << EOF
    204194      </xsl:when>
    205195EOF
Note: See TracChangeset for help on using the changeset viewer.