aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gmp.xml
diff options
context:
space:
mode:
authorRandy McMurchy <randy@linuxfromscratch.org>2008-10-09 18:35:09 +0000
committerRandy McMurchy <randy@linuxfromscratch.org>2008-10-09 18:35:09 +0000
commit7ce01e0fcdcbb6458dbfb56f42974dc82a3e454d (patch)
treecfdba83c98c007f2dbcef85fdcb13283e54b3e43 /chapter06/gmp.xml
parent8465615fc8828dff504fd1dbcdecde1761ebd22b (diff)
Removed extraneous ampersands put in by accident
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8612 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gmp.xml')
-rw-r--r--chapter06/gmp.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml
index 5077f740e..9548baf5e 100644
--- a/chapter06/gmp.xml
+++ b/chapter06/gmp.xml
@@ -60,8 +60,8 @@
<para>Install the package:</para>
-<screen><userinput remap="install">make install &amp;&amp;
-install -v -m755 -d /usr/share/doc/gmp-4.2.2 &amp;&amp;
+<screen><userinput remap="install">make install
+install -v -m755 -d /usr/share/doc/gmp-4.2.2
install -v -m644 doc/{isa_abi_headache,configuration} doc/*.html \
/usr/share/doc/gmp-4.2.2</userinput></screen>