aboutsummaryrefslogtreecommitdiff
path: root/devel/astah-community/files/patch-astah-command.sh
diff options
context:
space:
mode:
Diffstat (limited to 'devel/astah-community/files/patch-astah-command.sh')
-rw-r--r--devel/astah-community/files/patch-astah-command.sh16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/astah-community/files/patch-astah-command.sh b/devel/astah-community/files/patch-astah-command.sh
new file mode 100644
index 000000000000..42d91c0ee875
--- /dev/null
+++ b/devel/astah-community/files/patch-astah-command.sh
@@ -0,0 +1,16 @@
+--- astah-command.sh.orig 2011-11-15 14:35:20.000000000 +0900
++++ astah-command.sh 2012-01-02 07:58:58.000000000 +0900
+@@ -22,11 +22,11 @@
+ #export PATH=$PATH:$JAVA_HOME/bin
+
+ #ASTAH_HOME=/usr/lib/astah_professional
+-ASTAH_HOME=`pwd`
++ASTAH_HOME=%%DATADIR%%
+
+ INITIAL_HEAP_SIZE=64m
+ MAXIMUM_HEAP_SIZE=1024m
+
+ JAVA_OPTS="-Xms$INITIAL_HEAP_SIZE -Xmx$MAXIMUM_HEAP_SIZE"
+
+-java $JAVA_OPTS -cp $ASTAH_HOME/astah-community.jar com.change_vision.jude.cmdline.JudeCommandRunner "$@"
++LD_LIBRARY_PATH=%%JAVA_HOME%%/jre/lib/i386/jli %%JAVA_HOME%%/bin/java $JAVA_OPTS -cp $ASTAH_HOME/astah-community.jar com.change_vision.jude.cmdline.JudeCommandRunner "$@"