diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-19 21:05:36 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-06-19 21:05:36 +0000 |
commit | d8277eac7793b484a13a58d5c2948bb39db1dbb7 (patch) | |
tree | e88f5ffc5ba691ae2da4948f37f82ef32fc69016 /chapter01 | |
parent | 1fd5d19b67463e496ac4fbd82306677c615cf028 (diff) |
Use 'install' instead of 'mkdir' (fixes bug 821)
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3821 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index dbd5ab283..70ccf3a63 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -76,6 +76,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>June 19, 2004 [matt]: chapter06 - creatingdirs. Use +`install -d` instead of `mkdir` (fixes bug #821)</para></listitem> + <listitem><para>June 19, 2004 [matt]: chapter04 - addinguser. Make the lfs user a member of the lfs group, in case hosts add a new user to a non-existent gid by default (which causes the glibc testsuite to fail). Fixes bug #856.</para> |