mirror of
https://gitdl.cn/https://github.com/chakralinux/gtk.git
synced 2025-01-24 01:42:13 +08:00
12 lines
921 B
Diff
12 lines
921 B
Diff
--- build.xml 2009-10-31 15:32:53.000000000 +0100
|
|
+++ build.xml 2013-05-03 23:06:55.627098692 +0200
|
|
@@ -77,7 +77,7 @@
|
|
<echo file="${file.script}" append="true">export LD_LIBRARY_PATH${line.separator}</echo>
|
|
<echo file="${file.script}" append="true">export MOZILLA_FIVE_HOME${line.separator}</echo>
|
|
<echo file="${file.script}" append="true">##LAUNCH${line.separator}</echo>
|
|
- <echo file="${file.script}" append="true">${JAVA} ${VM_ARGS} -cp :${CLASSPATH} -Dtuxguitar.share.path="${dist.share.path}" -Djava.library.path="${LD_LIBRARY_PATH}" ${MAINCLASS} "$1" "$2"${line.separator}</echo>
|
|
+ <echo file="${file.script}" append="true">${JAVA} ${VM_ARGS} -cp :${CLASSPATH} -Dtuxguitar.share.path="${dist.share.path}" -Djava.library.path="${LD_LIBRARY_PATH}" -Dorg.eclipse.swt.internal.gtk.cairoGraphics=false ${MAINCLASS} "$1" "$2"${line.separator}</echo>
|
|
<chmod file="${file.script}" perm="755"/>
|
|
</target>
|
|
|