From 137f3a0900c0e94dd04fe72d18b08f2503c2aa40 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Thu, 8 Apr 2004 13:14:23 +0000 Subject: change command from "rpm" to "rpmbuild" since most distributions ship rpm > 4.0 CVS patchset: 6349 CVS date: 2004/04/08 13:14:23 --- doc/faq/faq.sgml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/faq/faq.sgml b/doc/faq/faq.sgml index 24a9bcd97..3cad29334 100644 --- a/doc/faq/faq.sgml +++ b/doc/faq/faq.sgml @@ -254,7 +254,8 @@ Basically you will only have to issue one command, if you have just downloaded a source tarball from our web site: -    rpm -ta <THE_NAME_OF_YOUR_SOURCE_TAR_BALL> +    rpmbuild -ta <THE_NAME_OF_YOUR_SOURCE_TAR_BALL> + (Older versions of RPM use rpm instead of rpmbuild.) This will start the binary and source RPM building. After compiling is @@ -266,7 +267,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 rpm -ta command above: + can later use with the rpmbuild -ta command above:    ./autogen.sh && make clean && make dist -- cgit v1.2.3