On 10/28/2017 11:48 AM, Pierre Labastie wrote:
So is it OK to use the command we give in "Notes on Building Software"? Or will I break my system if I do? Here is the command: ------------- find /lib /usr/lib -not -path "*Image*" -a -name \*.la -delete ------------- IIUC, I should at least remove *gst* paths and libltdl.la from the list of deleted packages in addition to *Image*, but I am not sure.
If you add -max-depth=1 to the find command and ! -name "libltdl.la that will work. Again, however, don't do this on a completed system, it has to be done after each package is installed.
--DJ -- http://lists.linuxfromscratch.org/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
