[PATCH] Fix po/Rules-extract so it doesn't remove itself

Chris Lumens clumens at redhat.com
Thu Sep 12 14:29:53 UTC 2013


> diff --git a/po/Rules-extract b/po/Rules-extract
> index dd3e242..506d6f3 100644
> --- a/po/Rules-extract
> +++ b/po/Rules-extract
> @@ -36,7 +36,7 @@
>  
>  mostlyclean: mostlyclean-extract
>  mostlyclean-extract:
> -	rm -f Rules-extract \
> +	rm -f \
>  		$(top_srcdir)/anaconda.po $(top_srcdir)/data/liveinst/gnome/fedora-welcome.po \
>  		$(top_srcdir)/data/liveinst/console.apps/liveinst.h
>  	find $(top_srcdir) \( -name '*.glade.h' -o -name '*.desktop.in.h' \) \

Looks fine.

- Chris


More information about the anaconda-patches mailing list