rpms/bazaar/FC-4 bazaar.spec,1.8,1.9

Ralf Corsepius rc040203 at freenet.de
Fri Jul 8 04:33:11 UTC 2005


On Thu, 2005-07-07 at 15:53 -0400, Shahms King wrote:
> Author: shahms

> Index: bazaar.spec

> +# The stand alone annotate is meant to debug baz interals, not installation
> +# see: http://lists.gnu.org/archive/html/gnu-arch-users/2005-04/msg00117.html
> +if [ -f $RPM_BUILD_ROOT%{_bindir}/annotate ]; then
> +    rm $RPM_BUILD_ROOT%{_bindir}/annotate
> +fi

Why so clumsy?
rm -f $RPM_BUILD_ROOT%{_bindir}/annotate

Ralf





More information about the scm-commits mailing list