[icedtea-web] RFC: typo in uninstall-local

Deepak Bhole dbhole at redhat.com
Tue Feb 22 12:08:32 PST 2011


* Omair Majid <omajid at redhat.com> [2011-02-22 15:07]:
> Hi,
> 
> The attached patch fixes a typo in uninstall-local in Makefile.am.
> 
> Okay to commit?
> 

Looks fine to me. Okay to commit.

Cheers,
Deepak

> Cheers,
> Omair

> diff -r 9dfc0ff64b70 Makefile.am
> --- a/Makefile.am	Tue Feb 22 14:51:52 2011 -0500
> +++ b/Makefile.am	Tue Feb 22 15:05:16 2011 -0500
> @@ -131,7 +131,7 @@
>  uninstall-local:
>  	rm -f $(DESTDIR)$(libdir)/IcedTeaPlugin.so
>  	rm -f $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/plugin.jar
> -	rm -f $(DESTDIR)$(datadir)/$(PAKCAGE_NAME)/netx.jar
> +	rm -f $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/netx.jar
>  	rm -f $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/about.jnlp
>  	rm -f $(DESTDIR)$(datadir)/$(PACKAGE_NAME)/about.jar
>  	rm -f $(DESTDIR)$(mandir)/man1/javaws.1




More information about the distro-pkg-dev mailing list