File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 314
314
315
315
<target name =" linux-run" depends =" linux-build"
316
316
description =" Run Linux version" >
317
- <exec executable =" ./arduino " dir = " linux/work" spawn =" false" />
317
+ <exec executable =" ./linux/work/arduino " spawn =" false" />
318
318
</target >
319
319
320
320
<target name =" linux-dist" depends =" linux-build"
Original file line number Diff line number Diff line change @@ -10,11 +10,11 @@ for LIB in \
10
10
lib/* .jar \
11
11
;
12
12
do
13
- CLASSPATH=" ${CLASSPATH} :${APPDIR} / ${ LIB}"
13
+ CLASSPATH=" ${CLASSPATH} :${LIB} "
14
14
done
15
15
export CLASSPATH
16
16
17
- LD_LIBRARY_PATH=` pwd` /lib: ${ LD_LIBRARY_PATH}
17
+ LD_LIBRARY_PATH=` pwd` /lib${LD_LIBRARY_PATH : + : $ LD_LIBRARY_PATH }
18
18
export LD_LIBRARY_PATH
19
19
20
20
export PATH=" ${APPDIR} /java/bin:${PATH} "
You can’t perform that action at this time.
0 commit comments