More package dir name fixes.
This commit is contained in:
parent
edf7e4c7d3
commit
8aba69a082
1 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
|
|
||||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
||||||
xmlns:exsl="http://exslt.org/common"
|
xmlns:exsl="http://exslt.org/common"
|
||||||
|
@ -203,6 +203,10 @@
|
||||||
<!-- psutils -->
|
<!-- psutils -->
|
||||||
<xsl:when test="contains($package, 'psutils')">
|
<xsl:when test="contains($package, 'psutils')">
|
||||||
<xsl:text>psutils</xsl:text>
|
<xsl:text>psutils</xsl:text>
|
||||||
|
</xsl:when>
|
||||||
|
<!-- QT -->
|
||||||
|
<xsl:when test="contains($package, 'qt-x')">
|
||||||
|
<xsl:text>qt-x11-free</xsl:text>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<!-- sendmail -->
|
<!-- sendmail -->
|
||||||
<xsl:when test="contains($package, 'sendmail')">
|
<xsl:when test="contains($package, 'sendmail')">
|
||||||
|
@ -229,7 +233,7 @@
|
||||||
<xsl:text>tidy</xsl:text>
|
<xsl:text>tidy</xsl:text>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<!-- Tk -->
|
<!-- Tk -->
|
||||||
<xsl:when test="contains($package, 'tk')">
|
<xsl:when test="contains($package, 'tk8')">
|
||||||
<xsl:text>tk</xsl:text>
|
<xsl:text>tk</xsl:text>
|
||||||
</xsl:when>
|
</xsl:when>
|
||||||
<!-- unzip -->
|
<!-- unzip -->
|
||||||
|
|
Reference in a new issue