Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 64163
Collapse All | Expand All

(-)./dbvis.orig (-1 / +3 lines)
Lines 1-5 Link Here
1
#! /bin/sh
1
#! /bin/sh
2
2
3
cd /opt/DbVisualizer-5.0/
4
3
# Uncomment the following line to override the JVM search sequence
5
# Uncomment the following line to override the JVM search sequence
4
# INSTALL4J_JAVA_HOME_OVERRIDE=
6
# INSTALL4J_JAVA_HOME_OVERRIDE=
5
# Uncomment the following line to add additional VM parameters
7
# Uncomment the following line to add additional VM parameters
Lines 119-125 Link Here
119
prg_dir=`dirname "$prg"`
121
prg_dir=`dirname "$prg"`
120
cd "$prg_dir"
122
cd "$prg_dir"
121
prg_dir=`pwd`
123
prg_dir=`pwd`
122
app_home=.
124
app_home=/opt/DbVisualizer-5.0
123
cd "$app_home"
125
cd "$app_home"
124
app_home=`pwd`
126
app_home=`pwd`
125
bundled_jre_home="$app_home/jre"
127
bundled_jre_home="$app_home/jre"

Return to bug 64163