diff options
author | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-08 13:14:23 +0000 |
---|---|---|
committer | Michael Roitzsch <mroi@users.sourceforge.net> | 2004-04-08 13:14:23 +0000 |
commit | 137f3a0900c0e94dd04fe72d18b08f2503c2aa40 (patch) | |
tree | 1c53dc9a932024679ba069d0aceee5a118cf62b7 /doc/faq/faq.sgml | |
parent | 1a9a587144539c3a706d5a6d82f58bc07d3eecdf (diff) | |
download | xine-lib-137f3a0900c0e94dd04fe72d18b08f2503c2aa40.tar.gz xine-lib-137f3a0900c0e94dd04fe72d18b08f2503c2aa40.tar.bz2 |
change command from "rpm" to "rpmbuild" since most distributions ship
rpm > 4.0
CVS patchset: 6349
CVS date: 2004/04/08 13:14:23
Diffstat (limited to 'doc/faq/faq.sgml')
-rw-r--r-- | doc/faq/faq.sgml | 5 |
1 files changed, 3 insertions, 2 deletions
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 @@ <para> Basically you will only have to issue one command, if you have just downloaded a source tarball from our web site: - <screen> <command>rpm -ta <THE_NAME_OF_YOUR_SOURCE_TAR_BALL></command></screen> + <screen> <command>rpmbuild -ta <THE_NAME_OF_YOUR_SOURCE_TAR_BALL></command></screen> + (Older versions of RPM use <command>rpm</command> instead of <command>rpmbuild</command>.) </para> <para> This will start the binary and source RPM building. After compiling is @@ -266,7 +267,7 @@ <para> 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>rpm -ta</command> command above: + can later use with the <command>rpmbuild -ta</command> command above: <screen> <command>./autogen.sh && make clean && make dist</command></screen> </para> <para> |