Author: pierre
Date: Thu Sep 14 10:04:16 2017
New Revision: 4007

Log:
Vim is in BLFS and should not be in LFS package list

Modified:
   jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl
   jhalfs/trunk/BLFS/xsl/lfs_make_book.xsl

Modified: jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl
==============================================================================
--- jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl      Tue Sep  5 01:46:06 2017        
(r4006)
+++ jhalfs/trunk/BLFS/xsl/gen_pkg_list.xsl      Thu Sep 14 10:04:16 2017        
(r4007)
@@ -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 -->

Modified: jhalfs/trunk/BLFS/xsl/lfs_make_book.xsl
==============================================================================
--- jhalfs/trunk/BLFS/xsl/lfs_make_book.xsl     Tue Sep  5 01:46:06 2017        
(r4006)
+++ jhalfs/trunk/BLFS/xsl/lfs_make_book.xsl     Thu Sep 14 10:04:16 2017        
(r4007)
@@ -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'">
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to