Commit d45f1451 by SHIBATA Hiroshi

Merge pull request #535 from Fleurer/patch/1

link the latest log to /tmp/ruby-build.latest.log
parents 13de5110 da2ae30b
...@@ -1016,6 +1016,8 @@ unset RUBYLIB ...@@ -1016,6 +1016,8 @@ unset RUBYLIB
trap build_failed ERR trap build_failed ERR
mkdir -p "$BUILD_PATH" mkdir -p "$BUILD_PATH"
ln -nsf "$BUILD_PATH" "${TMP}/ruby-build.latest"
ln -nsf "$LOG_PATH" "${TMP}/ruby-build.latest.log"
source "$DEFINITION_PATH" source "$DEFINITION_PATH"
[ -z "${KEEP_BUILD_PATH}" ] && rm -fr "$BUILD_PATH" [ -z "${KEEP_BUILD_PATH}" ] && rm -fr "$BUILD_PATH"
trap - ERR trap - ERR
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment