Author: matthew Date: Sun Apr 28 15:23:55 2013 New Revision: 10256 Log: Invoke mkdir consistently with surrounding commands when creating /etc/ld.so.conf.d
Modified: trunk/BOOK/chapter06/glibc.xml Modified: trunk/BOOK/chapter06/glibc.xml ============================================================================== --- trunk/BOOK/chapter06/glibc.xml Sun Apr 28 14:11:44 2013 (r10255) +++ trunk/BOOK/chapter06/glibc.xml Sun Apr 28 15:23:55 2013 (r10256) @@ -394,7 +394,7 @@ include /etc/ld.so.conf.d/*.conf </literal> EOF -mkdir /etc/ld.so.conf.d</userinput></screen> +mkdir -pv /etc/ld.so.conf.d</userinput></screen> </sect2> -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
