Use rpmbuild, not rpm

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@17969 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2002-11-25 09:52:36 +00:00
parent 5f053923e2
commit 719d607331

View File

@@ -79,7 +79,7 @@ a) Setting up the RPM tree: you should have the RPM tree set up properly
there -- like this you won't forget to update them after redoing "make there -- like this you won't forget to update them after redoing "make
dist"). dist").
b) Start RPM build by going to RPM_ROOT directory and typing "rpm -ba b) Start RPM build by going to RPM_ROOT directory and typing "rpmbuild -ba
SPECS/wxGTK.spec". It may be a good idea to append "2>&1 | tee wxGTK.out" SPECS/wxGTK.spec". It may be a good idea to append "2>&1 | tee wxGTK.out"
(or "|& tee" if you're using the one true shell ;-) as it might be not (or "|& tee" if you're using the one true shell ;-) as it might be not
easy to detect errors in the verbose rpm output if anything goes wrong. easy to detect errors in the verbose rpm output if anything goes wrong.