/hg/icedtea-web: Fix missing slash in JRE

omajid at icedtea.classpath.org omajid at icedtea.classpath.org
Wed Feb 23 10:37:27 PST 2011


changeset d7fee305bd4f in /hg/icedtea-web
details: http://icedtea.classpath.org/hg/icedtea-web?cmd=changeset;node=d7fee305bd4f
author: Omair Majid <omajid at redhat.com>
date: Wed Feb 23 13:37:10 2011 -0500

	Fix missing slash in JRE

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

	 * Makefile.am: Add missing slash to JRE.


diffstat:

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

diffs (23 lines):

diff -r 11a9a305dd44 -r d7fee305bd4f ChangeLog
--- a/ChangeLog	Wed Feb 23 13:04:02 2011 -0500
+++ b/ChangeLog	Wed Feb 23 13:37:10 2011 -0500
@@ -1,3 +1,7 @@ 2011-02-23  Omair Majid  <omajid at redhat.
+2011-02-23  Omair Majid  <omajid at redhat.com>
+
+	* Makefile.am: Add missing slash to JRE.
+
 2011-02-23  Omair Majid  <omajid at redhat.com>
 
 	RH677772: NoSuchAlgorithmException using SSL/TLS in javaws
diff -r 11a9a305dd44 -r d7fee305bd4f Makefile.am
--- a/Makefile.am	Wed Feb 23 13:04:02 2011 -0500
+++ b/Makefile.am	Wed Feb 23 13:37:10 2011 -0500
@@ -17,7 +17,7 @@ IT_CLASS_TARGET_VERSION=6
 IT_CLASS_TARGET_VERSION=6
 IT_JAVACFLAGS=$(IT_JAVAC_SETTINGS) -source $(IT_LANGUAGE_SOURCE_VERSION) -target $(IT_CLASS_TARGET_VERSION)
 
-JRE='"$(SYSTEM_JDK_DIR)jre"'
+JRE='"$(SYSTEM_JDK_DIR)/jre"'
 LAUNCHER_BOOTCLASSPATH="-J-Xbootclasspath/a:$(DESTDIR)$(datadir)/$(PACKAGE_NAME)/netx.jar"
 PLUGIN_BOOTCLASSPATH='"-Xbootclasspath/a:$(DESTDIR)$(datadir)/$(PACKAGE_NAME)/netx.jar:$(DESTDIR)$(datadir)/$(PACKAGE_NAME)/plugin.jar"'
 



More information about the distro-pkg-dev mailing list