We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4f7ce8 commit 060017eCopy full SHA for 060017e
2 files changed
scripts/build.sh
@@ -3,7 +3,7 @@ set -e
3
4
cd "$(dirname ${BASH_SOURCE[0]})"
5
source config.sh
6
-source jver.sh
+source /tmp/jver.sh
7
8
if [ "$SFLT_NEEDED" == "true" ]; then
9
echo "[BUILD] Building softfloat support"
scripts/fetch.sh
@@ -35,7 +35,7 @@ if [ ! -d "$JDKDIR" ]; then
35
fi
36
37
echo "[FETCH] Java version string: $JAVA_VERSION"
38
- echo -e "#!/bin/bash\nJAVA_VERSION=\"$JAVA_VERSION\"" >"$SCRIPTDIR/jver.sh"
+ echo -e "#!/bin/bash\nJAVA_VERSION=\"$JAVA_VERSION\"" >"/tmp/jver.sh"
39
40
# apply the EV3-specific patches
41
echo "[FETCH] Patching the source tree"
0 commit comments