Changes in / [e6a1ec3:c801809]


Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • BLFS/gen-special.sh

    re6a1ec3 rc801809  
    173173        </module>
    174174EOF
    175     cat >> tmpfile << EOF
     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>
     192EOF
     193  cat >> tmpfile << EOF
    176194        <xsl:element name="dependency">
    177195          <xsl:attribute name="status">
     
    184202          <xsl:attribute name="type">ref</xsl:attribute>
    185203        </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
    194204      </xsl:when>
    195205EOF
Note: See TracChangeset for help on using the changeset viewer.