aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xkerl2
1 files changed, 1 insertions, 1 deletions
diff --git a/kerl b/kerl
index 7c6a4e3..a0258ee 100755
--- a/kerl
+++ b/kerl
@@ -274,7 +274,7 @@ do_git_build()
rm -Rf "$KERL_BUILD_DIR/$3"
exit 1
fi
- LOGFILE="$KERL_BUILD_DIR/$3/opt_build.log"
+ LOGFILE="$KERL_BUILD_DIR/$3/otp_build.log"
echo "Building Erlang/OTP $3 from git, please wait..."
./otp_build autoconf $KERL_CONFIGURE_OPTIONS > "$LOGFILE" 2>&1 && \
./otp_build configure $KERL_CONFIGURE_OPTIONS > "$LOGFILE" 2>&1