[icedtea-web] RFC: fix typo in JRE path

Deepak Bhole dbhole at redhat.com
Wed Feb 23 09:26:44 PST 2011


* Omair Majid <omajid at redhat.com> [2011-02-23 12:15]:
> Hi,
> 
> The attached patch fixes a typo in the jre path.
> 
> Okay to commit?
> 

Yep, looks fine to me.

Cheers,
Deepak

> Cheers,
> Omair

> diff -r f14bd72dbb29 Makefile.am
> --- a/Makefile.am	Tue Feb 22 19:15:05 2011 -0500
> +++ b/Makefile.am	Wed Feb 23 12:08:56 2011 -0500
> @@ -17,7 +17,7 @@
>  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