diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-04-28 22:23:55 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2013-04-28 22:23:55 +0000 |
commit | 3d086301a24df2a3c12770cbcaa90ecee3570fac (patch) | |
tree | da5e8a9840ef724e8bb66f2a8b338043ab4b7eea | |
parent | 57957ae7d1773683c16b56c9b66a3d8baf047ffe (diff) |
Invoke mkdir consistently with surrounding commands when creating /etc/ld.so.conf.d
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10256 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml index b3fb46f2e..1828306c9 100644 --- a/chapter06/glibc.xml +++ b/chapter06/glibc.xml @@ -394,7 +394,7 @@ EOF</userinput></screen> 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> |