On Wed, 15 Dec 1999, webmedic wrote:

> On Wed, 15 Dec 1999, you wrote:
> > > 
> > > %install
> > 
> > mkdir -p $RPM_BUILD_ROOT%{prefix}
> > 
> > #(maybe one or two others to create)
> > 
> > > make install prefix=$RPM_BUILD_ROOT%{Prefix}
> > > 
> > > cd $RPM_BUILD_ROOT
> > 
> > this is where it fails. redirect the build to a file so you can make sure
> > the "make install" does what it should
> > 
> I'm not exactly sure how to do this. This is my first real rpm. I've made
> some others but they didn't need to be compiled they were just files.
> 

rpm -bb some.spec >& buildlog 

-- 
MandrakeSoft          http://www.mandrakesoft.com/
                                        --Axalon

Reply via email to