diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/faq/faq.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/faq/faq.docbook b/doc/faq/faq.docbook index e8b721e5d..7b8acd7a9 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> <command>./autogen.sh && make clean && make dist</command></screen> + <screen> <command>./autogen.sh && make clean && 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> <command>cd ..</command> <command>ls *.deb</command> - <command>su - -c 'cd '"`pwd`"' && dpkg -i <DEB_PACKAGES>'</command> + <command>su - -c 'cd '"`pwd`"' && dpkg -i <DEB_PACKAGES>'</command> </screen> Ubuntu users will probably want to use this instead of that <command>su</command>: <screen> |