Skip to content

Commit a00c0da

Browse files
author
David A. Mellis
committed
Removing /usr/lib/jni from LD_LIBRARY_PATH since that's not where RXTX is on my Ubuntu 10.04 system.
1 parent c6d1baa commit a00c0da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/linux/dist/arduino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ do
1414
done
1515
export CLASSPATH
1616

17-
LD_LIBRARY_PATH=`pwd`/lib:/usr/lib/jni${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
17+
LD_LIBRARY_PATH=`pwd`/lib${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH}
1818
export LD_LIBRARY_PATH
1919

2020
export PATH="${APPDIR}/java/bin:${PATH}"

0 commit comments

Comments
 (0)