Browse Source

Add clarifying paragraph to Chapter 5 Introduction.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3017 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Greg Schafer 22 years ago
parent
commit
5bb6de83b6
1 changed files with 5 additions and 0 deletions
  1. 5 0
      chapter05/introduction.xml

+ 5 - 0
chapter05/introduction.xml

@@ -24,6 +24,11 @@ before the actual installation instructions. For a short description of
 each program in a package, please refer to the corresponding section in
 each program in a package, please refer to the corresponding section in
 <xref linkend="appendixa"/>.</para>
 <xref linkend="appendixa"/>.</para>
 
 
+<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
+directory before issuing the build commands.</para>
+
 <para>Several of the packages are patched before compilation, but only when
 <para>Several of the packages are patched before compilation, but only when
 the patch is needed to circumvent a problem. Often the patch is needed in
 the patch is needed to circumvent a problem. Often the patch is needed in
 both this and the next chapter, but sometimes in only one of them. Therefore,
 both this and the next chapter, but sometimes in only one of them. Therefore,