Author: pierre
Date: Sat Dec  8 01:04:01 2018
New Revision: 4067

Log:
When installing BLFS tools, the database of installed packages is populated
with LFS pacakges. But packages installed only in tools should not be in
this database. As a side note, it would be cleaner to use an xsl stylesheet
for that.

Modified:
   jhalfs/trunk/common/libs/func_install_blfs

Modified: jhalfs/trunk/common/libs/func_install_blfs
==============================================================================
--- jhalfs/trunk/common/libs/func_install_blfs  Fri Nov 23 06:30:06 2018        
(r4066)
+++ jhalfs/trunk/common/libs/func_install_blfs  Sat Dec  8 01:04:01 2018        
(r4067)
@@ -219,6 +219,10 @@
        @for pack in \$\$(grep '<productname' ../$LFS_XML/tmp/lfs-full.xml | \\
                sed 's/.*>\([^<]*\)<.*/\1/' | \\
                sort | uniq); do \\
+           if [ "x\$\$pack" = xtcl -o \\
+                "x\$\$pack" = xexpect -o \\
+                "x\$\$pack" = xdejagnu ]; then continue; \\
+           fi; \\
            VERSION=\$\$(grep -A1 ">\$\$pack</product" \\
                        ../$LFS_XML/tmp/lfs-full.xml | \\
                head -n2|  \\
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to