Skip to content

Commit

Permalink
Merge pull request #12 from mpetrsson/master
Browse files Browse the repository at this point in the history
kerl fails to install agner
  • Loading branch information
scalone-cw committed May 9, 2024
2 parents f644e5e + 1125c09 commit 6c06785
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kerl
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ do_update_agner()
fi
TARGET="$KERL_BUILD_DIR/$1/release_$rel"
cd "$KERL_BUILD_DIR/$1/agner_$rel" && \
PATH="$KERL_BUILD_DIR/$1/otp_src_$rel/bin:$PATH" \
AGNER_BIN="$TARGET/bin" AGNER_EXACT_PREFIX="$TARGET/lib" \
./agner install agner > /dev/null 2>&1
if [ "$?" -eq 1 ]; then
Expand Down

0 comments on commit 6c06785

Please sign in to comment.