$PKGADD -c $PKGADD_CONF -r $CLFS $ARGS
-# we need to adjust .la files for our temporary root filesystem tree (CLFS)
-if [ $? -eq 0 ]; then
- LIBTOOL_FILES=$(tar tf $PATH_TO_PACKAGE 2>/dev/null | grep '\.la$')
- for la_file in $LIBTOOL_FILES; do
- sed -e "s|libdir='/|libdir='$CLFS/|" -i $CLFS/$la_file
- done
-fi
-
# End of file
UPGRADE ^etc/udev/hwdb.bin$ YES
UPGRADE ^etc/ssl/cert.pem$ YES
-INSTALL /lib/.*\.la$ NO
+
+# required to avoid installation of .la files into CLFS
+INSTALL /lib/.*\.la$ NO
# End of file