Commit d45f1451 authored by SHIBATA Hiroshi's avatar SHIBATA Hiroshi
Browse files

Merge pull request #535 from Fleurer/patch/1

link the latest log to /tmp/ruby-build.latest.log
parents 13de5110 da2ae30b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -1016,6 +1016,8 @@ unset RUBYLIB

trap build_failed ERR
mkdir -p "$BUILD_PATH"
ln -nsf "$BUILD_PATH" "${TMP}/ruby-build.latest"
ln -nsf "$LOG_PATH" "${TMP}/ruby-build.latest.log"
source "$DEFINITION_PATH"
[ -z "${KEEP_BUILD_PATH}" ] && rm -fr "$BUILD_PATH"
trap - ERR