Commit 2a2337ee authored by Daniel Henninger's avatar Daniel Henninger Committed by dhenninger

We can't do alternatives style it appears. Reverting to JRE 5

specified.


git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/trunk@9652 b35dd754-fafc-0310-a699-88a17e54d16e
parent 8db19439
......@@ -2,13 +2,13 @@ Source: openfire
Section: net
Priority: optional
Maintainer: Jive Software <webmaster@jivesoftware.com>
Build-Depends: debhelper (>= 5), cdbs, patchutils, sun-java5-jdk | sun-java6-jdk, ant
Build-Depends: debhelper (>= 5), cdbs, patchutils, sun-java5-jdk, ant
Standards-Version: 3.7.2
Package: openfire
Section: net
Priority: optional
Depends: sun-java5-jre | sun-java6-jre
Depends: sun-java5-jre
Architecture: all
Description: A high performance XMPP (Jabber) server.
Openfire is an instant messaging server that implements the XMPP
......
......@@ -7,9 +7,9 @@
# Version: @(#)skeleton 1.9 26-Feb-2001 miquels@cistron.nl
#
JAVA_HOME=/etc/alternatives/jre
PATH=/sbin:/bin:/usr/sbin:/usr/bin:$JAVA_HOME/bin
DAEMON=$JAVA_HOME/bin/java
JAVA_HOME=/usr/lib/jvm/java-1.5.0-sun
PATH=/sbin:/bin:/usr/sbin:/usr/bin:${JAVA_HOME}/bin
DAEMON=${JAVA_HOME}/bin/java
NAME=openfire
DESC=openfire
DAEMON_DIR=/usr/share/openfire
......
......@@ -13,7 +13,7 @@ ETCDIR := $(DEST)/etc/openfire
LOGDIR := $(DEST)/var/log/openfire
VARDIR := $(DEST)/var/lib/openfire
JAVA_HOME := /etc/alternatives/jre
JAVA_HOME := /usr/lib/jvm/java-1.5.0-sun
DEB_ANT_BUILDFILE := build/build.xml
DEB_ANT_CLEAN_TARGET := clean
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment