[groovy] fixed the error messages at start up by correcting the jvm path in the startup script

hannes hannes at fedoraproject.org
Fri Mar 9 20:49:53 UTC 2012


commit 37102a472cbe14c829a6f81475d9308a76ef50c6
Author: hannes <hannes at fedoraproject.org>
Date:   Fri Mar 9 20:50:04 2012 +0000

    fixed the error messages at start up by correcting
    the jvm path in the startup script

 groovy-script |    2 +-
 groovy.spec   |    5 ++++-
 2 files changed, 5 insertions(+), 2 deletions(-)
---
diff --git a/groovy-script b/groovy-script
index 886d6bb..5d144d4 100644
--- a/groovy-script
+++ b/groovy-script
@@ -18,7 +18,7 @@ fi
 SCRIPT_PATH=$0
 PROGNAME=$(basename $SCRIPT_PATH)
 GROOVY_CONF=/etc/groovy-starter.conf
-TOOLS_JAR=$(build-classpath ../jvm/java/lib/tools)
+TOOLS_JAR=$(build-classpath ../../jvm/java/lib/tools)
 STARTER_MAIN_CLASS=org.codehaus.groovy.tools.GroovyStarter
 MAIN_CLASS=$STARTER_MAIN_CLASS
 
diff --git a/groovy.spec b/groovy.spec
index d7aa796..e61c39b 100644
--- a/groovy.spec
+++ b/groovy.spec
@@ -4,7 +4,7 @@
 
 Name:           groovy
 Version:        1.8.6
-Release:        2%{?dist}
+Release:        3%{?dist}
 Summary:        Dynamic language for the Java Platform
 
 Group:          Development/Languages
@@ -158,6 +158,9 @@ install -p -m644 pom.xml $RPM_BUILD_ROOT/%{_datadir}/maven2/poms/JPP-%{name}.pom
 
 
 %changelog
+* Fri Mar 09 2012 Johannes Lips <hannes at fedoraproject.org> - 1.8.6-3
+- fixed the path of jvm in the startup script 
+
 * Sat Mar 03 2012 Johannes Lips <hannes at fedoraproject.org> - 1.8.6-2
 - fixed the startup script by adding jansi as dep
 


More information about the scm-commits mailing list