Per �yvind Karlsen <[EMAIL PROTECTED]> writes:
> On Monday 23 June 2003 17:30, Daouda LO wrote:
> > %prep
> > -%setup -q
> > +rm -rf %{buildroot}
> ^^^^^^^^^^^^^^^^^^^^^^^
> > +%setup -q
> > +
> > %build
> > -%configure
> > -%make
> > -
> > -%install
> > -rm -rf $RPM_BUILD_ROOT
> ^^^^^^^^^^^^^^^^^^^^^^^^^
>
> that's wrong, you should never touch buildroot in neither %prep nor %build,
> and you should rm -rf buildroot before anything else in %install...
You're right. It is fixed in cvs. Next build will correct the 'typo'.