diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-26 23:39:34 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-26 23:39:34 +0000 |
commit | 066907abcf0458ab4dbfa70e81f52d2f61b81886 (patch) | |
tree | 736e81366686d452f949582bf48ec36c7e253114 /chapter05 | |
parent | 28618789943e48c5ddbba015caf8da5636ecb5d3 (diff) |
Minor fixes reported on lists
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3041 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/introduction.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml index d3fdea79d..5335b8be2 100644 --- a/chapter05/introduction.xml +++ b/chapter05/introduction.xml @@ -26,7 +26,7 @@ each program in a package, please refer to the corresponding section in <para>The build instructions assume that you are using the bash shell. There is also a general expectation that you have already unpacked the sources for a -package and have performed a <userinput>cd</userinput> into the source +package and have performed a <userinput>cd</userinput> into the unpacked source directory before issuing the build commands.</para> <para>Several of the packages are patched before compilation, but only when |