From e30a07f08d506f8acaedb9fe18204385e05e55e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20=27Flameeyes=27=20Petten=C3=B2?= Date: Sat, 2 Jun 2007 20:16:05 +0200 Subject: Fix && -> && --- doc/faq/faq.docbook | 4 ++-- 1 file 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 rpmbuild -ta command above: -    ./autogen.sh && make clean && make dist +    ./autogen.sh && make clean && make dist In any case, please keep in mind that you have to build and install @@ -364,7 +364,7 @@    cd ..    ls *.deb -   su - -c 'cd '"`pwd`"' && dpkg -i <DEB_PACKAGES>' +   su - -c 'cd '"`pwd`"' && dpkg -i <DEB_PACKAGES>' Ubuntu users will probably want to use this instead of that su: -- cgit v1.2.3