diff options
Diffstat (limited to 'chapter05/shellutils-inst.xml')
-rw-r--r-- | chapter05/shellutils-inst.xml | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/chapter05/shellutils-inst.xml b/chapter05/shellutils-inst.xml index 618991830..0fa096a4c 100644 --- a/chapter05/shellutils-inst.xml +++ b/chapter05/shellutils-inst.xml @@ -5,17 +5,17 @@ Before Sh-utils is installed, the sh-utils patch file needs to be unpacked. </para> -<blockquote><literallayout> - <userinput>patch -Np1 -i ../sh-utils-&sh-utils-version;.patch - &&</userinput> - <userinput>./configure --prefix=$LFS/usr - --disable-nls &&</userinput> - <userinput>make LDFLAGS=-static &&</userinput> - <userinput>make install &&</userinput> - <userinput>cd $LFS/usr/bin &&</userinput> - <userinput>mv date echo false pwd stty $LFS/bin &&</userinput> - <userinput>mv su true uname hostname $LFS/bin</userinput> -</literallayout></blockquote> +<para> +<screen> +<userinput>patch -Np1 -i ../sh-utils-&sh-utils-version;.patch &&</userinput> +<userinput>./configure --prefix=$LFS/usr --disable-nls &&</userinput> +<userinput>make LDFLAGS=-static &&</userinput> +<userinput>make install &&</userinput> +<userinput>cd $LFS/usr/bin &&</userinput> +<userinput>mv date echo false pwd stty $LFS/bin &&</userinput> +<userinput>mv su true uname hostname $LFS/bin</userinput> +</screen> +</para> </sect2> |