Re: [spice-streaming-agent 6/7] spec: Use %{buildroot} rather than $RPM_BUILD_ROOT

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Why this is better ?

> 
> ---
>  spice-streaming-agent.spec.in | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)
> 
> diff --git a/spice-streaming-agent.spec.in b/spice-streaming-agent.spec.in
> index e384951..8c4f26e 100644
> --- a/spice-streaming-agent.spec.in
> +++ b/spice-streaming-agent.spec.in
> @@ -34,9 +34,9 @@ agent plugins.
>  make %{?_smp_mflags} V=1
>  
>  %install
> -make install DESTDIR=$RPM_BUILD_ROOT V=1
> -if test -d "$RPM_BUILD_ROOT/%{_libdir}/%{name}/plugins"; then
> -    find $RPM_BUILD_ROOT/%{_libdir}/%{name}/plugins -name '*.la' -delete
> +make install DESTDIR=%{buildroot} V=1
> +if test -d "%{buildroot}/%{_libdir}/%{name}/plugins"; then
> +    find %{buildroot}/%{_libdir}/%{name}/plugins -name '*.la' -delete
>  fi
>  
>  %post

No %changelog updates ?

Frediano
_______________________________________________
Spice-devel mailing list
Spice-devel@xxxxxxxxxxxxxxxxxxxxx
https://lists.freedesktop.org/mailman/listinfo/spice-devel




[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]     [Monitors]