/hg/icedtea-web: Fix typo in uninstall-local

omajid at icedtea.classpath.org omajid at icedtea.classpath.org
Tue Feb 22 12:11:47 PST 2011


changeset d245772c7043 in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=d245772c7043
author: Omair Majid <omajid at redhat.com>
date: Tue Feb 22 15:11:31 2011 -0500

	Fix typo in uninstall-local

	2011-02-22 Omair Majid <omajid at redhat.com>

	 * Makefile.am (uninstall-local): Fix typo in PACKAGE_NAME.


diffstat:

2 files changed, 5 insertions(+), 1 deletion(-)
ChangeLog   |    4 ++++
Makefile.am |    2 +-

diffs (23 lines):

diff -r 9dfc0ff64b70 -r d245772c7043 ChangeLog
--- a/ChangeLog	Tue Feb 22 14:51:52 2011 -0500
+++ b/ChangeLog	Tue Feb 22 15:11:31 2011 -0500
@@ -1,3 +1,7 @@ 2011-02-22  Omair Majid  <omajid at redhat.
+2011-02-22  Omair Majid  <omajid at redhat.com>
+
+	* Makefile.am (uninstall-local): Fix typo in PACKAGE_NAME.
+
 2011-02-22  Omair Majid  <omajid at redhat.com>
 
 	* netx/net/sourceforge/jnlp/resources/Messages.properties: Add
diff -r 9dfc0ff64b70 -r d245772c7043 Makefile.am
--- a/Makefile.am	Tue Feb 22 14:51:52 2011 -0500
+++ b/Makefile.am	Tue Feb 22 15:11:31 2011 -0500
@@ -131,7 +131,7 @@ uninstall-local:
 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