summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-02 20:16:05 +0200
committerDiego 'Flameeyes' Pettenò <flameeyes@gmail.com>2007-06-02 20:16:05 +0200
commite30a07f08d506f8acaedb9fe18204385e05e55e7 (patch)
tree1001267a7163ada679b5cb88cf2bb0f8c7343bd8
parent140feba6cb8e24c6be2c3353b27c192da70e18ed (diff)
downloadxine-lib-e30a07f08d506f8acaedb9fe18204385e05e55e7.tar.gz
xine-lib-e30a07f08d506f8acaedb9fe18204385e05e55e7.tar.bz2
Fix && -> &amp;&amp;
-rw-r--r--doc/faq/faq.docbook4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq/faq.docbook b/doc/faq/faq.docbook
index 568ac533a..8c7f63905 100644
--- a/doc/faq/faq.docbook
+++ b/doc/faq/faq.docbook
@@ -333,7 +333,7 @@
In case that you have a fresh CVS checkout, you will need to do the
following first in order to get a tarball release out of it which you
can later use with the <command>rpmbuild -ta</command> command above:
- <screen>&nbsp;&nbsp;&nbsp;<command>./autogen.sh &amp;&amp; make clean && make dist</command></screen>
+ <screen>&nbsp;&nbsp;&nbsp;<command>./autogen.sh &amp;&amp; make clean &amp;&amp; make dist</command></screen>
</para>
<para>
In any case, please keep in mind that you have to build and install
@@ -364,7 +364,7 @@
<screen>
&nbsp;&nbsp;&nbsp;<command>cd ..</command>
&nbsp;&nbsp;&nbsp;<command>ls *.deb</command>
-&nbsp;&nbsp;&nbsp;<command>su - -c 'cd '"`pwd`"' && dpkg -i &lt;DEB_PACKAGES&gt;'</command>
+&nbsp;&nbsp;&nbsp;<command>su - -c 'cd '"`pwd`"' &amp;&amp; dpkg -i &lt;DEB_PACKAGES&gt;'</command>
</screen>
Ubuntu users will probably want to use this instead of that <command>su</command>:
<screen>