Re: %clean section not processed
"manjunath k" <[email protected]>
| Newsgroups | gmane.linux.redhat.rpm.general |
|---|---|
| Message-ID | <[email protected]> |
Hi,
Instead of the command " rm -rf %{buildroot} " in the
%clean section use something like "rm -rf src" where the
folder src is the one which you want to clean.
Regards,
Manjunath
On 1/16/08, [email protected] <[email protected]> wrote:
>
>
>
>
> Hi,
>
> I'm using rpm 4.4.7 which I have built on HPUX 11.23 / ia64. I have written
> a spec file with a specific %clean section. However, it seems that this one
> is not processed, but replaced by a default one which simply removes the
> buildroot directory. Is there something new to set or configure with this
> version, in order to use its own %clean section ?
>
> Regards,
>
> mailto: [email protected]
> phone: +33 1 43985883
>
>
> _______________________________________________
> Rpm-list mailing list
> [email protected]
> https://www.redhat.com/mailman/listinfo/rpm-list
>