diff options
-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) ... |