On Tue, 2004-08-17 at 09:27, Taylor, ForrestX wrote: > On Tue, 2004-08-17 at 09:02, Edgar Chillón 'Chillux' wrote: > > Why when I edit any file in the path > > /usr/src/redhat/BUILD/anaconda-9.2/textw > > to change the text in the text installation (when I > > build the iso) it takes it's original images of the > > fedora ... > > > > I follow all the steps : > > > > rpm -ivh anaconda-9.2-2.src.rpm > > change the images in the source > > cd /usr/src/redhat/SPECS > > rpmbuild -bp anaconda.spec > > > > What am I doing rong ? > > rpmbuild -bp just builds up to the patches. It doesn't actually try to > build the binaries. Use -bb (for binaries) or -ba (for binaries and > src.rpm). They should then be in /usr/src/redhat/RPMS/i386/. > > Forrest P.S. I always use rpmbuild -ba so I have the source rpm in /usr/src/redhat/SRPMS, and the binary packages in /usr/src/redhat/RPMS/i386.