Re: Metacity upgrade method - am I an idgit?
Thomas Dodd <[email protected]> Mon, 24 Mar 2003 12:37:51 -0600
| Newsgroups | gmane.comp.gnome.os.redhat |
|---|---|
| Message-ID | <[email protected]> |
Jez Tucker wrote: > run the rpmbuild -ba /usr/src/redhat/SPECS/metacity.spec > > check the output of the ./configure > > You'll have to be quick to do this - it scrolls up quickly on by box. > (You could always download the source and do a ./configure to get the same > results) The SRPM you got the spec from has the sources. 'rpmbuild -bp' would patch the sources so you could run ./configure in the BUILD directory. Using a termial in X tyou can easily get a scroll buffer to find the line your looking for. And you can alway redirect the output from rpmbuild or configure to a file or pager (like less) to find the desired information. -Thomas