Author: pierre
Date: Sat Mar 10 06:30:21 2018
New Revision: 4054

Log:
Prevent openldap module .la files to be removed
They are needed for loading modules...

Modified:
   jhalfs/trunk/BLFS/xsl/scripts.xsl

Modified: jhalfs/trunk/BLFS/xsl/scripts.xsl
==============================================================================
--- jhalfs/trunk/BLFS/xsl/scripts.xsl   Sat Mar 10 03:04:42 2018        (r4053)
+++ jhalfs/trunk/BLFS/xsl/scripts.xsl   Sat Mar 10 06:30:21 2018        (r4054)
@@ -38,7 +38,10 @@
   <xsl:variable name="la-files-instr">
 
 for libdir in /lib /usr/lib $(find /opt -name lib); do
-  find $libdir -name \*.la ! -path \*ImageMagick\* -delete
+  find $libdir -name \*.la           \
+             ! -path \*ImageMagick\* \
+             ! -path \*openldap\*    \
+               -delete
 done
 
 </xsl:variable>
-- 
http://lists.linuxfromscratch.org/listinfo/alfs-log
Unsubscribe: See the above information page

Reply via email to