Vim is in BLFS and should not be in LFS package list
This commit is contained in:
parent
711b98e84e
commit
d0d4181726
2 changed files with 4 additions and 0 deletions
|
@ -92,6 +92,8 @@
|
|||
<xsl:when test="./productname='gcc'"/>
|
||||
<!-- Shadow version is taken from BLFS -->
|
||||
<xsl:when test="./productname='shadow'"/>
|
||||
<!-- Vim version is taken from BLFS -->
|
||||
<xsl:when test="./productname='vim'"/>
|
||||
<!-- Dbus version is taken from BLFS -->
|
||||
<xsl:when test="./productname='dbus'"/>
|
||||
<!-- Systemd version is taken from BLFS -->
|
||||
|
|
|
@ -13,6 +13,7 @@
|
|||
<xsl:choose>
|
||||
<xsl:when test="$package='gcc' or
|
||||
$package='dbus' or
|
||||
$package='vim' or
|
||||
$package='systemd' or
|
||||
$package='shadow'"/>
|
||||
<xsl:when test="$package='LFS-Release'">true</xsl:when>
|
||||
|
@ -30,6 +31,7 @@
|
|||
<xsl:choose>
|
||||
<xsl:when test="$package='gcc' or
|
||||
$package='dbus' or
|
||||
$package='vim' or
|
||||
$package='systemd' or
|
||||
$package='shadow'"/>
|
||||
<xsl:when test="$package='linux'">
|
||||
|
|
Reference in a new issue