In the mesalib patch
would you kindly change this line:
$(INSTALL) -v -d -m755 $(DESTDIR)$(INSTALL_DIR)/bin
to this:
test ! -z $(DESTDIR)$(INSTALL_DIR)/bin || $(INSTALL) -v -d -m755
$(DESTDIR)$(INSTALL_DIR)/bin
Please always check if a dir exists before trying to create it with permission
755. The owner may not want the dir permission to be 755.
Thanks
jb.
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page