diff options
author | jbj <devnull@localhost> | 2003-04-17 14:47:57 +0000 |
---|---|---|
committer | jbj <devnull@localhost> | 2003-04-17 14:47:57 +0000 |
commit | 5f527ceb06dadf3c6febd710f2c5f8b027ab1cd7 (patch) | |
tree | 5ad1a668c29fa68f25cd4257add4dec4d7821790 /doc/manual | |
parent | 80aa2324955cdb73af81331dd47ac106e8ec831f (diff) | |
download | rpm-5f527ceb06dadf3c6febd710f2c5f8b027ab1cd7.tar.gz rpm-5f527ceb06dadf3c6febd710f2c5f8b027ab1cd7.tar.bz2 rpm-5f527ceb06dadf3c6febd710f2c5f8b027ab1cd7.zip |
rpmbuild, not rpm, -ba.
CVS patchset: 6757
CVS date: 2003/04/17 14:47:57
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/builddependencies | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/manual/builddependencies b/doc/manual/builddependencies index 7c3f3795b..61953f7ff 100644 --- a/doc/manual/builddependencies +++ b/doc/manual/builddependencies @@ -30,7 +30,7 @@ while building gnorpm using InDependence: rpm -U /mnt/redhat/comps/powertools/6.2/i386/InDependence-1.0-3.i386.rpm rpm -i /mnt/redhat/comps/dist/6.2/SRPMS/gnorpm-0.9-11.src.rpm cd /usr/src/redhat/SPECS - dep -detail rpm -ba gnorpm.spec >& xxx + dep -detail rpmbuild -ba gnorpm.spec >& xxx ... (the build will take longer since both dep and strace are pigs) ... |