diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-09 01:13:02 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-05-09 01:13:02 +0000 |
commit | 803a1b202c72dc432dce30e70a3c43380e13a5d0 (patch) | |
tree | 172eda687c4b9308e886e5a0f5c87b9c5367d021 | |
parent | bc5251eb8bcdfdb59a4cb45d5d78acb452247104 (diff) |
Fixed && -> &&
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@604 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d4a670418..9001b9235 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -81,7 +81,7 @@ need it (bash, diffutils, gzip, sed, m4). </para></listitem> <listitem><para> -Chapter 5+6: Changed from "cd dir && make" to "make -C dir" +Chapter 5+6: Changed from "cd dir && make" to "make -C dir" (gettext-static, sysvinit). </para></listitem> |