We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b293cb commit 253575bCopy full SHA for 253575b
scripts/lejos/build.sh
@@ -39,7 +39,12 @@ for exe in `ls`; do
39
ln -s "wrapper.sh" "$exe"
40
done
41
42
-cp "$SCRIPTDIR/lejos/wrapper.sh" .
+cd "$LEJOSDIR/jri/lib/"
43
+mv "jexec" "jexec.real"
44
+ln -s "wrapper.sh" "jexec"
45
+
46
+cp "$SCRIPTDIR/lejos/wrapper.sh" "$LEJOSDIR/jri/bin"
47
+cp "$SCRIPTDIR/lejos/wrapper.sh" "$LEJOSDIR/jri/lib"
48
49
echo "cleanup"
50
rm -rf "$LEJOSDIR/deb"
0 commit comments