I have failures because the /usr/share/man/man1 directory is not created

The line
install -v -dm755 %{buildroot}/usr/share/{man/man{3,5},doc/fontconfig-2.12.4/fontconfig-devel}

should be
install -v -dm755 %{buildroot}/usr/share/{man/man{1,3,5},doc/fontconfig-2.12.4/fontconfig-devel}

I added 1, to the man directory list
--
http://lists.linuxfromscratch.org/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to